I have helped an organization "clean up" their data by creating an online application using MySQL and PHP. Since this type of environment is outside their capabilities, my goal is to create an Access DB, however my experience with Access is limited and would appreciate some advice.
The DB consists of a main table (Clients) and two linked tables (1:many), though the relationships are not fully normalized due to the initial "dirty data". To keep things simple all output will be done via queries; it is the creation of an input for for Clients (Add entry) where I need some advice. In PHP, the User is presented with drop-downs for the two linked tables along with validation that selections were made. Can this be done with Forms in Access? If so, is there an example of how to set it up?
There is a fourth table, Sales, that links to Clients where the Clients table would be presented as a Query with the User required to select a Client (the linked table data would be shown). Can this be done with coding (that would be to complicated for the organization)?
With appreciation...
Rtcary