G
Guest
Help please!
I have 2 textboxes (txtAreaCode, txtPhoneNumber), and, a combobox
(cboPhoneDesc) on a form (frmEntry) that make up a phone number.
The user is to enter the data in the fields. But the user may have
multiple phone numbers to enter.
In this case I want the user to click a button (cmdAddNumber) that makes a
listbox pop-up that houses the data from txtAreaCode, txtPhoneNumber, and
cboPhoneDesc (as one row).
Then these fields on the form blank out so the user can enter new data.
When the user clicks cmdAddNumber this new data gets posted as another row
in the listbox and so on and so forth until the user has entered as many
numbers as required.
what code do i have to write to pass data from these fields on the form to
one single listbox (as a pop-up form) and be able to temporarily hold all
this data (so that later I can write it to a table)?
I'm useless at programming!
TIA
I have 2 textboxes (txtAreaCode, txtPhoneNumber), and, a combobox
(cboPhoneDesc) on a form (frmEntry) that make up a phone number.
The user is to enter the data in the fields. But the user may have
multiple phone numbers to enter.
In this case I want the user to click a button (cmdAddNumber) that makes a
listbox pop-up that houses the data from txtAreaCode, txtPhoneNumber, and
cboPhoneDesc (as one row).
Then these fields on the form blank out so the user can enter new data.
When the user clicks cmdAddNumber this new data gets posted as another row
in the listbox and so on and so forth until the user has entered as many
numbers as required.
what code do i have to write to pass data from these fields on the form to
one single listbox (as a pop-up form) and be able to temporarily hold all
this data (so that later I can write it to a table)?
I'm useless at programming!
TIA