eTom
Registered User.
- Local time
- Today, 01:42
- Joined
- Oct 15, 2009
- Messages
- 79
Well it's coming along great. I have changed a few of the ways things are stored in my main tables now... I had been having it store Country name in my main Incident table as an example. I'm not sure why. Everything is all ID now and related properly, I think.
I have a question about queries. I've created a query that takes my Products table and filters out everything that has a check mark in "Obsolete." It's a field I created so that I could eliminate products no longer being made from the combo box in my entry forms. (We update products a lot so the list will get pretty long really quickly.)
Do queries update themselves? If I have the form base the combo box data on the query, will it re-populate the query every time I load the form to include any new items that I've added to the Products table recently, or do I have to include some function or program call to have it update itself?
Thanks again!!
I have a question about queries. I've created a query that takes my Products table and filters out everything that has a check mark in "Obsolete." It's a field I created so that I could eliminate products no longer being made from the combo box in my entry forms. (We update products a lot so the list will get pretty long really quickly.)
Do queries update themselves? If I have the form base the combo box data on the query, will it re-populate the query every time I load the form to include any new items that I've added to the Products table recently, or do I have to include some function or program call to have it update itself?
Thanks again!!