Hi,
Hope some one can help me with this problem. I am using Access 2003. I am reading records from a query and placing the data in the query into a new record on the table. This is being done in VBA. I have two fields in the table that will not let me update them. I can key data into these fields, but not even a literal will be excepted into the two text fields on the table. The following code is how I opened the table:
Set dbR = CurrentDb
Set recRpt = dbR.OpenRecordset("tblConstrInspectRptData", dbOpenDynaset, dbAppendOnly)
I am at a lost as to why all but two fields will take data.
Thanks,
Sarge



