R
Robert T
Hello:
A co-worker just showed me her database that has tabbed forms. The first tab
has information on the call while the 2nd tab has all of the information on
the caller such as address, city, state, phone number, etc. There's also 3
other tabs for related information.
When someone calls in to make a complaint, she wants to look up the caller's
name in the database, and if their name and corresponding information is
already stored in the table, she wants Access to automatically fill in about
20 fields on the next tab. I'm not sure why she's repeating the same
information that's already stored in another table, but I didn't design the
application.
I suggested using a combo box to look up the caller in the relevant table.
Here are my questions:
1. If the caller's info is already stored in the previous callers table
[this will be true more often than not], can we just display all of the
information in the 2nd tab of the form instead of filling in redundant data?
We're talking about the address, city, state, zip, phone no., etc.
2. If we can't simply display the info, I'm fairly confident I can write
code that will fill in the relevant data fields from the combo box lookup.
But hopefully we can just display the caller's info on the next tab of the
form.
3. I also need help with writing the code in Access 2003 to do the
following. If the caller's info is NOT already stored in the table, we just
want to skip the above process and enter all of his/her data manually. That
means, name, address, city, state, zip, phone number, etc.
Any thoughts?
Robert
A co-worker just showed me her database that has tabbed forms. The first tab
has information on the call while the 2nd tab has all of the information on
the caller such as address, city, state, phone number, etc. There's also 3
other tabs for related information.
When someone calls in to make a complaint, she wants to look up the caller's
name in the database, and if their name and corresponding information is
already stored in the table, she wants Access to automatically fill in about
20 fields on the next tab. I'm not sure why she's repeating the same
information that's already stored in another table, but I didn't design the
application.
I suggested using a combo box to look up the caller in the relevant table.
Here are my questions:
1. If the caller's info is already stored in the previous callers table
[this will be true more often than not], can we just display all of the
information in the 2nd tab of the form instead of filling in redundant data?
We're talking about the address, city, state, zip, phone no., etc.
2. If we can't simply display the info, I'm fairly confident I can write
code that will fill in the relevant data fields from the combo box lookup.
But hopefully we can just display the caller's info on the next tab of the
form.
3. I also need help with writing the code in Access 2003 to do the
following. If the caller's info is NOT already stored in the table, we just
want to skip the above process and enter all of his/her data manually. That
means, name, address, city, state, zip, phone number, etc.
Any thoughts?
Robert