Thanks On one machine this line works,
on the other one I am getting an error "type mismatch"
Could this be a problem with this particular form or just a corruption....
User Profile
Collapse
-
setting a Recordset to form with recordsetclone
Have problem getting Recordset to load from form,
would also like to know if I source a recordset from a table
and filter it, how can I load those records into an open form.
...Code:Private Sub Command6_Click() Dim db As DAO.Database Dim Rst As Recordset Me!Address.SetFocus 'this works but Set Rst.Source = Me.RecordsetClone 'gives
No activity results to display
Show More
Leave a comment: