I will preface my post by saying I am very new to access. VBA skills are very limited.
I would like to know the best way to accomplish the following: I want to create a form that has a combobox with all client's last names. Once the user picks the last name, I would like the address fields to autopopulate with the client's address. The information is all in one table (last name, street address, city, state, zip).
I will use this form to feed parameters to an invoice report. This invoice report will not be pulling rates (and generating billing figures) from the database - it is just going to grab the client name and address and be used for a quick way to generate an interim invoice. The database is used solely for generating invoices and billing numbers - however I want the ability to print invoices based on manually entered data. Sort of like filling out an adobe *.pdf form.
I hope this makes sense.
Thanks.
I would like to know the best way to accomplish the following: I want to create a form that has a combobox with all client's last names. Once the user picks the last name, I would like the address fields to autopopulate with the client's address. The information is all in one table (last name, street address, city, state, zip).
I will use this form to feed parameters to an invoice report. This invoice report will not be pulling rates (and generating billing figures) from the database - it is just going to grab the client name and address and be used for a quick way to generate an interim invoice. The database is used solely for generating invoices and billing numbers - however I want the ability to print invoices based on manually entered data. Sort of like filling out an adobe *.pdf form.
I hope this makes sense.
Thanks.