Search results

  1. L

    Query that combines fields from mother table and child tables

    Amazing how easy it was!!!! I was about to get into VBA code thinking I couldn't do it any other way. Thank you very much stopher!!!
  2. L

    Query that combines fields from mother table and child tables

    Hello everyone. I desperately need your help. Suppose I have a mother table with 600 records and 4-5 child tables that have a subsum of the 600 records of the mother table. For example, I have 600 books as mother table and another child table Bought that contains 80 of the 600 books. What I...
  3. L

    Dont want to print image in a report

    I checked it out at home where I have Access 2007. It is exactly as you said it Mr. B. Access 2002 doesn't offer the same options.
  4. L

    Dont want to print image in a report

    Access 2002. (I know...I'm too far behind but this isn't my PC. It's the one where I am emplyed.)
  5. L

    Dont want to print image in a report

    I tried that but my only choices in Display when Property are YES and NO. Nothing about Screen Only.
  6. L

    Dont want to print image in a report

    Hi to everyone. I have a report and I have added in it an image that I am going to use as a control (an exit button to be more accurate). I'll use it that way so that the report is more user friendly during the navigation. My problem is that, although I want it to be visible in the report, I...
  7. L

    REquery and DAO.recordset

    Thank you very much for your help. It worked!!!
  8. L

    REquery and DAO.recordset

    Option Compare Database Option Explicit Public Sub random_assignment() Dim dbase As DAO.Database Dim rsTemp_status As DAO.Recordset Dim rsEvaluators As DAO.Recordset Dim rsProject As DAO.Recordset Dim rs As DAO.Recordset Dim sSQL As String Dim rando As Variant...
  9. L

    REquery and DAO.recordset

    Hi to everyone!! Ia have trouble with my code. It gives me "runtime error 3251: This operation is not supported by this type of object" about my Requery. I requery a DAO.recordset. What could it be??
Back
Top Bottom