Hello,
I am creating a database to log and track issues and I'm trying to auto populate the customer's information (Name, ID, Account #, Product) after the user enters the account number in a text box.
I have created a separate table with the customer's infomation, and I need to store those values in the Log table along with the rest of the information captured in the form.
I have been working on this database for over a month ago, this is my first access project and every day I discover I could have done things different (better) but It's a learning curve. I have used your forum as my primary resource. (Thank you for all the help so far!!!!)
Attached is the database, in the form I am using to capture frm_Combo as my attempt to accomplish what I want, is a textbox with a macro button to search on the tbl_customers and populate the CISIDCapture, AccountCapture, FNameCapture, LNameCapture text boxes, maybe even the cboProduct combo box, all these values need to be saved in the Log table as a new issue everytime the Add Record button is clicked.
Please let me know if you see something else than can be improved.
Thanks,
CA