I still cannot get any record to copy to a new table, I am trying to get records from two table and put it in one table
If rst!Number > 1 Then
rstNew.AddNew
rstNew!GetRows = rst.GetRows
rstNew!GetRows = rstOpen.GetRows
rstNew.Update
end If
this simple addNew does not work, is this correct syntax??
erwin
If rst!Number > 1 Then
rstNew.AddNew
rstNew!GetRows = rst.GetRows
rstNew!GetRows = rstOpen.GetRows
rstNew.Update
end If
this simple addNew does not work, is this correct syntax??
erwin