B
BartonConstruction
Greetings all,
These groups have been a lifesaver (not to mention the hair pulling
reduction offered by the insight within these messages). Having said that, I
have a question that I have been searching for answers to throughout the
groups (and elsewhere).
I have a form that I use to view and input client data. The form has a
combo box that users can select an insurance company from. Without going
into all the particulars, there are about 10 insurance companies to select
from. My problem is in the viewing AND adding clients. The combobox updates
a table (tblClients.InsuranceCompanyName). This I have working correctly.
What I need to have happen is that when I goto a new record, I DONT want the
combobox to show the last selected name in list of the combobox. On the
other hand, I cant use form_load or Current() to clear the combobox (by
setting its value to Null) because I want the form to show the currently
selected client's insurance company. So, to reiterate, I need the form's
combobox to clear ONLY on a new record, not on an already created record.
Windy? I hope I have offered enough info to be clear.
These groups have been a lifesaver (not to mention the hair pulling
reduction offered by the insight within these messages). Having said that, I
have a question that I have been searching for answers to throughout the
groups (and elsewhere).
I have a form that I use to view and input client data. The form has a
combo box that users can select an insurance company from. Without going
into all the particulars, there are about 10 insurance companies to select
from. My problem is in the viewing AND adding clients. The combobox updates
a table (tblClients.InsuranceCompanyName). This I have working correctly.
What I need to have happen is that when I goto a new record, I DONT want the
combobox to show the last selected name in list of the combobox. On the
other hand, I cant use form_load or Current() to clear the combobox (by
setting its value to Null) because I want the form to show the currently
selected client's insurance company. So, to reiterate, I need the form's
combobox to clear ONLY on a new record, not on an already created record.
Windy? I hope I have offered enough info to be clear.