User Profile

Collapse

Profile Sidebar

Collapse
raygahan
raygahan
Last Activity: Dec 19 '06, 11:04 PM
Joined: Sep 26 '05
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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....
    See more | Go to post

    Leave a comment:


  • raygahan
    started a topic setting a Recordset to form with recordsetclone

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...