T
ToniS
I have a combo box that allows the user to change the text once they select a
fee from the drop down list. The text itself does not change, but the table
that stores the information reflects the users change.
Ex. User selected "Booth Fees for 3 Booths" from the dropdown list, The
user then Highlighted "Booth Fees" part and deleted it. The user then
clicked on the invoice comand button to print an invoice. The invoice
printed "for 3 booths" and the table that stores the Shows Fee information
(ShowsFees) had "for 3 booths" instead of "Booth Fees for 3 Booths".
The combobox row source type is table/view/SP and the Row source is a simple
select statement from the MasterFees table. The subform RecordSource is the
Table ShowFees.
Is there a way to prevent the user from trying to change the text after they
select a fee from the list? I have tried Locked, Enabled properties and that
did not work.
Any Help is greatly appreciated
Thanks
ToniS
fee from the drop down list. The text itself does not change, but the table
that stores the information reflects the users change.
Ex. User selected "Booth Fees for 3 Booths" from the dropdown list, The
user then Highlighted "Booth Fees" part and deleted it. The user then
clicked on the invoice comand button to print an invoice. The invoice
printed "for 3 booths" and the table that stores the Shows Fee information
(ShowsFees) had "for 3 booths" instead of "Booth Fees for 3 Booths".
The combobox row source type is table/view/SP and the Row source is a simple
select statement from the MasterFees table. The subform RecordSource is the
Table ShowFees.
Is there a way to prevent the user from trying to change the text after they
select a fee from the list? I have tried Locked, Enabled properties and that
did not work.
Any Help is greatly appreciated
Thanks
ToniS