Hey guys,
I have an opened recordset that is already connected to a database called conn. I want to add data from a form to this recordset. Which would be the correct way of doing this?
1. conn("Date" = yr
2. conn.Fields("Date" = yr
3. conn.Field("Date" = yr
Explain.
Thank you,
Damman
I have an opened recordset that is already connected to a database called conn. I want to add data from a form to this recordset. Which would be the correct way of doing this?
1. conn("Date" = yr
2. conn.Fields("Date" = yr
3. conn.Field("Date" = yr
Explain.
Thank you,
Damman