I'm having problems getting the correct configuration for this to work.
I have a form with a combobox called OrgID and another called OffSymID. At present the rowsource for the OffSymID is a fieldname of the same name from a Table called OffSym with criteria as OffSym.* and OffSym in Ascending. This results in a list of repeating Office Symbols were several Organizations uses the same type of Office Symbol. In trying to solve this, I tried to rewrite the rowsource to include the criteria for OffSym as forms!frmAddDelTics.OrgID
This resulted in a drop down with no data when the form frmAddDelTics is run for a new record. It also blanked out the OffSym field for all existing records.
I thought perhaps the problem may be tied to the need for using the Column property, but my initial attempts to use that failed as well. I don't recall the error, but it may have been the syntax I was trying to use.
Any tips on how I can resolve this without major db re-structuring?
I have a form with a combobox called OrgID and another called OffSymID. At present the rowsource for the OffSymID is a fieldname of the same name from a Table called OffSym with criteria as OffSym.* and OffSym in Ascending. This results in a list of repeating Office Symbols were several Organizations uses the same type of Office Symbol. In trying to solve this, I tried to rewrite the rowsource to include the criteria for OffSym as forms!frmAddDelTics.OrgID
This resulted in a drop down with no data when the form frmAddDelTics is run for a new record. It also blanked out the OffSym field for all existing records.
I thought perhaps the problem may be tied to the need for using the Column property, but my initial attempts to use that failed as well. I don't recall the error, but it may have been the syntax I was trying to use.
Any tips on how I can resolve this without major db re-structuring?