I was working on a database design several months ago and learned very much quickly at that time. For whatever reason back then I just stopped working on it when I was so close to finishing it. Today I started working on it again, but unfortunately I forgot mostly everything I learned back then and am stuck on one of many problems.
I have a customer charge detail form. The form is structured as follows: The main form has customer info like name, address, phone, and account number. The subform has charge detail like charge type, amount, charge date, etc.
Right now it is set up so you first enter the account number of the customer and tab over, it will auto fill the name, address, phone, etc. (that is if the account number already exists, and if not opens the customer form to enter a new customer). That works great and I don't need to change it.
My problem is I just forgot how or what it did to make it work like that. What I want to do now is take that same concept for the account number field, and add it to the name address fields also. So the end result would be: If I enter the customer name first and tab over, the account number, address, phone, etc would auto fill, or, if I enter the Address first the name and account number fill in and so on.
I tend to give more information than needed sometimes which makes the question confusing at times, but if anyone understands what I am trying to do could you please give me assistance on how to do this. Thanks for any help.
I have a customer charge detail form. The form is structured as follows: The main form has customer info like name, address, phone, and account number. The subform has charge detail like charge type, amount, charge date, etc.
Right now it is set up so you first enter the account number of the customer and tab over, it will auto fill the name, address, phone, etc. (that is if the account number already exists, and if not opens the customer form to enter a new customer). That works great and I don't need to change it.
My problem is I just forgot how or what it did to make it work like that. What I want to do now is take that same concept for the account number field, and add it to the name address fields also. So the end result would be: If I enter the customer name first and tab over, the account number, address, phone, etc would auto fill, or, if I enter the Address first the name and account number fill in and so on.
I tend to give more information than needed sometimes which makes the question confusing at times, but if anyone understands what I am trying to do could you please give me assistance on how to do this. Thanks for any help.