Jarichardusa
New member
- Local time
- Today, 16:42
- Joined
- May 23, 2020
- Messages
- 19
So in my tblCustomers there are two fields. AddressLine1 and AddressLine2. There are more fields than just those two, such as CustomerID, which is curently the Primary key, but I think those two are the relevant ones to this quesiton. I'm unsure as to how to set this up so that when it comes to creating a form to input this information somebody doesn't go to create a new customer with the same address. Its possible any number of combinations could contain repeat values. There could be many "Unit 2" or many "55 hill street" if its an apartment building, but a combination of the two would be impossible. Orders are tracked by address not person, so if the person in that address moves and another moves in, it doesn't matter. Names of individuals are not maintained. Is this something that gets addressed at the table level, or in the form with some sort of check to make sure the same address isn't already in the table with a message or something if it is? Can you do predictive text on a textbox? So that if you are entering in an address you can see as you are typing if that address exists already and then some sort of attached button to automatically bring you to the order page for that customer?
I am very new to access. The basic creation of tables and forms and such I have down, but the vba side and intricate things not so much. Thank you for your assistance.
I am very new to access. The basic creation of tables and forms and such I have down, but the vba side and intricate things not so much. Thank you for your assistance.