W
WindandWater
Sorry for such a basic question, but I have looked in several books
and online for this simple question.
What are the commands to create a new record and append
some data by using a parameter query? The field I want to
call input on is jobNumber. If there is a better way than using
parameter query, I would really like to know.
One more note, I have a situation in my database where I have
a need to have more than one form page to enter my data in
correctly....So, I am trying to avoid two forms and and some
redundant data entry.
I want to use my
existing fields for the following table:
tblJobs
fields type size
jobNumber text 10
catCode text 10
jobStatusID number long int
plaPackageID number long int
jobID autonumber
failureFrequency Yes/no
approved yes/no
quicksheetID number long Int
and online for this simple question.
What are the commands to create a new record and append
some data by using a parameter query? The field I want to
call input on is jobNumber. If there is a better way than using
parameter query, I would really like to know.
One more note, I have a situation in my database where I have
a need to have more than one form page to enter my data in
correctly....So, I am trying to avoid two forms and and some
redundant data entry.
I want to use my
existing fields for the following table:
tblJobs
fields type size
jobNumber text 10
catCode text 10
jobStatusID number long int
plaPackageID number long int
jobID autonumber
failureFrequency Yes/no
approved yes/no
quicksheetID number long Int