I'm back with another question. I've been playing around with a test project to try and get to grips with the bones of how access works. I've got a table that stores ZIP/post codes along with City/Country etc. I've got this linked to another table via the ZIP/Postal codes - essentially I have an address table and a "customers" table. I created a form with the wizard and added text boxes to add "customer name" and "ZIP/Post code" (written to the main table) and then text boxes for city and country. These automatically autofill, which makes sense and is what I would want. What I can't for the life of me figures out is where the code/setting telling Access I want these to be autofilled actually is. I want to be able to create such text boxes in design view without using the wizard and I can't figure it out.
Any guidance would be appreciated.
EDIT: I notice that the "Record Source" for my form is a long expression listing all the text boxes and it's using "INNER JOIN" to access the second table with the address information. Is this a good way to go about things or have I just stumbled on a bad way of patching things together so it works?
I tried making a table from a query as seems to be generally recommended. I had just typed out that this worked for viewing records but not adding new one. I just went back and tried it again and it worked though.
Anyway, I think this is the way to go but thoughts would be appreciated.
Any guidance would be appreciated.
EDIT: I notice that the "Record Source" for my form is a long expression listing all the text boxes and it's using "INNER JOIN" to access the second table with the address information. Is this a good way to go about things or have I just stumbled on a bad way of patching things together so it works?
I tried making a table from a query as seems to be generally recommended. I had just typed out that this worked for viewing records but not adding new one. I just went back and tried it again and it worked though.
Anyway, I think this is the way to go but thoughts would be appreciated.
Last edited: