Hey all,
I recently got roped into designing a database for my company, after some long hours work have first working copy up and running. Now I need to tweak it to lock down errors etc. So with that in mind....
I have searched the forums, and seen similar discussions, however they seem to be setup different to me, and was not able to successfully implement any of those solutions.
PS: I have a main "Home" form which has all the buttons that launch these queries...so the button directly runs query, and query results opens form. I need to do this for all the queries, SO...do I need to make changes to all queries, or is there a way to run same conditions across all queries on database!
I recently got roped into designing a database for my company, after some long hours work have first working copy up and running. Now I need to tweak it to lock down errors etc. So with that in mind....
- I have a query running on the main table, that uses criteria field to bring up little box where user inputs Data to specify what data is shown....
- this is turn opens a form that displays the requested data.
- However, if there is no matching data, it opens said form, blank with no info.
- This form is used to update 2 fields in the main table, and because the results are coming up blank, they are saving the info on its own in a blank line on the database
I have searched the forums, and seen similar discussions, however they seem to be setup different to me, and was not able to successfully implement any of those solutions.
PS: I have a main "Home" form which has all the buttons that launch these queries...so the button directly runs query, and query results opens form. I need to do this for all the queries, SO...do I need to make changes to all queries, or is there a way to run same conditions across all queries on database!
