Ferdalizer
Programmer
Hi All!
I have a combobox linked to a table of services and their respective codes. The rowsource is the service for the combobox. The controlsource is the service code. When the particular service is selected the service code is correctly assigned to the variable tmpservicecode but the data in the table is deleted. Not the record, just the data in the servicecode field. What would cause this and how can I stop it from erasing the servicecodes?
all I am doing in the interactive change of the combobox is:
thisform.tmpservicecode = services1.servicecode
Thanks ahead of time.
I have a combobox linked to a table of services and their respective codes. The rowsource is the service for the combobox. The controlsource is the service code. When the particular service is selected the service code is correctly assigned to the variable tmpservicecode but the data in the table is deleted. Not the record, just the data in the servicecode field. What would cause this and how can I stop it from erasing the servicecodes?
all I am doing in the interactive change of the combobox is:
thisform.tmpservicecode = services1.servicecode
Thanks ahead of time.