PistolPete
New member
- Local time
- , 23:25
- Joined
- Oct 31, 2024
- Messages
- 2
Apologies if I am using wrong etiquette and/or protocols. Please let me know. I am building my first form. Overall concept is to track parking stalls that I rent out. I have 3 tables tbl_Renters, tbl_stalls, tbl_RentalHistory. I am only working with tbl_Renters for now. I has the basic contact info BillingName, ContactName, Address, etc. I am trying to just build the form to input data. Actually I have populated the fields already with an upload from excel. My 1st from was a combo box that would either populate the text boxes.. BillingName, ContactName, etc when I select the Renter from the combo box. I got the combo box to work but when I select the renter it doesn't populate. So far, I got recommendations to write VBA but to me I would think this should be a basic function of Access. Aren't a great deal of databases designed to track some sort of customer. Anyway I can't get the vba to work. Thanks in advance