Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7983337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T10:55:53+00:00 2026-06-04T10:55:53+00:00

I am using an Access 2007 append query with parameters values, to enable a

  • 0

I am using an Access 2007 append query with parameters values, to enable a data entry clerk to input data into a table. Please advise how I go about forcing the data that is inputted in the text field “new_part_ID” to always be uppercase and to for the numeric field “workorder Qty” to be a whole number and not text
thank you very much in advance, Nathaniel

    INSERT INTO tbl_New_part_ID_input ( new_part_ID, [workorder Qty] )
    SELECT [please CAREFULLY enter  work order  part_ID in UPPERCASE] AS Expr1, [please CAREFULLY enter the work order Qty] AS Expr2;
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T10:55:54+00:00Added an answer on June 4, 2026 at 10:55 am

    For the upper case part you can just convert the input on the fly like so

    INSERT INTO tbl_New_part_ID_input ( new_part_ID, [workorder Qty] )
        SELECT upper([please CAREFULLY enter  work order  part_ID]) AS Expr1, [please CAREFULLY enter the work order Qty] AS Expr2;
    

    As for forcing a whole number for the quantity. You could always set the field type to only allow whole numbers which would make the query error. Another option is to apply a rounding function of some sort on the quantity the user enters.

    There really isn’t a way to show a validation message associated with query inputs directly. If you really must do this I suggest using a form instead of a query and putting validation rules on the field. Alternatively you could apply validation rules on the field directly in the table instead of the query.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Access 2007 with a pass-through query. The data values that I
I am using Access 2007 to create an SQL query to join two tables.
Is there any way of coaxing Access 2007 into using a .UDL file? Specifically,
I'm Using Excel/Access 2007. I made an Access query in Access, and I tried
I am using Microsoft Access 2007 to move and massage some data between two
I'm using MS Access 2007 for insert and read data in my application but
Please help me! What I have: First, I'm using Access 2007. I have a
as example, I've the following SQL query ( using Access 2007 ) SELECT ID,
I am able to successfully connect from access 2007 into SQL Server 2008 using
I have the below query in access 2007 which gave me correct results using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.