My form locks up with my query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I have setup a query to search a database with a part number,
returning the possible vendors and a part description. When I try and
integrate this query into a table to store not only the returned query fields
but also others ("associates", a variety of codes, etc) the form screen is
blank. I setup the query with a "[What is your ID number]" question, is this
works great on it's own, but when combined with the table in the form it
doesn't work.

Any help would be greatly appreciated.

Thank you.
Adam
 
Adam,
What is your goal? In general, you don't want to (or need to) store your
query return values in a new table. Your form can be based on the query.
 
Back
Top