G
Guest
Access 2003
I have created a form to populate a table with five fields. The user will
enter the first three fields and the fifth field. Howevever, I want the
fourth field to locate an item based on the responses in fields 2 and 3.
I have combo boxes set up for fields 2 & 3, and I want the information to be
verified against equal fields in a table that also has the information to
populate field four.
For example,
If enteredfield 2 = tablefield 2 and enteredfield 3 = tablefield 3 then
currentfield 4 = tablefield specified. I want the result displayed in
currentfield 4 for verification.
I created an SQL statement (query) for the currentfield4, but I've done
something wrong. The system prompts for the values prior to displaying the
form.
Can anyone help?
I have created a form to populate a table with five fields. The user will
enter the first three fields and the fifth field. Howevever, I want the
fourth field to locate an item based on the responses in fields 2 and 3.
I have combo boxes set up for fields 2 & 3, and I want the information to be
verified against equal fields in a table that also has the information to
populate field four.
For example,
If enteredfield 2 = tablefield 2 and enteredfield 3 = tablefield 3 then
currentfield 4 = tablefield specified. I want the result displayed in
currentfield 4 for verification.
I created an SQL statement (query) for the currentfield4, but I've done
something wrong. The system prompts for the values prior to displaying the
form.
Can anyone help?