drosenkranz
Programmer
Hello,
I'm using Access 97 with VB 5.0 using DAO and the Jet. I have a select statement that inner joins two tables. There are fields in both tables with the same name. How do I reference them to save info to the fields with same names in the recordset?
With datInfo.Recordset
.Edit
!TransDate = Date
!TransDate = Date
.Update
End With
Thanks For Your Time,
Dave
The 2nd mouse gets the cheese.
I'm using Access 97 with VB 5.0 using DAO and the Jet. I have a select statement that inner joins two tables. There are fields in both tables with the same name. How do I reference them to save info to the fields with same names in the recordset?
With datInfo.Recordset
.Edit
!TransDate = Date
!TransDate = Date
.Update
End With
Thanks For Your Time,
Dave
The 2nd mouse gets the cheese.