surfbum3000
Technical User
I created frmDataEntry and a combo box named cboCity. I also have a text box txtState that is autofilled from the cboCity
RecordSource =[cboCity].[column](2). This works. The problem is now I have a macro button to add new record. It adds all fields except the City and State. I want to update tblName with frmDataEntry using the following fields: LName, FName, Street, City, and State.
RecordSource =[cboCity].[column](2). This works. The problem is now I have a macro button to add new record. It adds all fields except the City and State. I want to update tblName with frmDataEntry using the following fields: LName, FName, Street, City, and State.