I have looked at every thread almost and tried them all. I am just tring to add items from a combo Box to a table and I keep getting a type missmatch function from all of the examples that I have found at: Set Db = CurrentDb
Set Rs = Db.OpenRecordset("Site_Info", DB_OPEN_TABLE) or Set Rs = Db.OpenRecordset("Site_Info", dbOpenDynaset)
Any Ideas?
Set Rs = Db.OpenRecordset("Site_Info", DB_OPEN_TABLE) or Set Rs = Db.OpenRecordset("Site_Info", dbOpenDynaset)
Any Ideas?