Search results

  1. S

    Using a query dao.recordset when opening a report

    I’m trying to use this little tid bit of vba code to fill in some textboxes on a report I’m putting together without any kind of luck finding anything on google. Private Sub Report_load() Dim db As DAO.Database Dim rst As DAO.Recordset 10 Set db = CurrentDb...
  2. S

    H o w d e e yall.....

    I'm fairly new to the forum thing. I just started working on a Access 2010 project and I prefer to do as much VBA coding as possible. I've been doing coding with basic since the old 16 bit Atari days. that's what got me hooked on it. I would like to further my knowledge working with access. I...
Back
Top Bottom