Hello all. I haven't been around for a while.
There is probably a simple solution, but I don't work in Access every day, or perhaps I'm brain dead today.
I have a database for parking violations. I have a parking ticket entry form with a combobox for the violation type. I want to store both the violation type and the violation amount on the individual record for reasons too long to get into. The table of violations types has three fields - violation_ID, Violation_Name and Amount. That is the table that the Combobox references. I know how to get the one of the fields into the parking violation record through the combo box. Is there a simple way to get both fields (Violation_Name and Amount) to be stored on the record, or do I heve to write something in VB (I'm not really experienced in that).
Any help would be appreciated.
There is probably a simple solution, but I don't work in Access every day, or perhaps I'm brain dead today.
I have a database for parking violations. I have a parking ticket entry form with a combobox for the violation type. I want to store both the violation type and the violation amount on the individual record for reasons too long to get into. The table of violations types has three fields - violation_ID, Violation_Name and Amount. That is the table that the Combobox references. I know how to get the one of the fields into the parking violation record through the combo box. Is there a simple way to get both fields (Violation_Name and Amount) to be stored on the record, or do I heve to write something in VB (I'm not really experienced in that).
Any help would be appreciated.