Search results

  1. 2

    Object doesn't contain Automation object

    So my program worked just fine, now i create a switchboard and try to run the Module, now I get the error "The object doesn't contain the Automation object 'deleteoldrecords'. The code for it is: Public Function deleteoldrecords() LResponse = MsgBox("Do you want to delete Graduated...
  2. 2

    combining IIF statements

    Thanks, that worked wonderfully!
  3. 2

    combining IIF statements

    =IIf(IsNull([hphone]),"","h: " & [hphone]) So within one text box I want to have home, cell and work phone. If the field is empty, show nothing. With IIF i've figured how to do that for one. How do I code it for all 3? I've tried: =IIf(IsNull([hphone]),"","h: " &...
  4. 2

    Update while going through records

    Thanks for your reply. I turned the navigation buttons off, and created my own buttons, which then follow my conditional visibility. I couldn't figure out how to do it in just using the navigation buttons. Same with that Seach Box, any points on how to recreate the searchbox after you turn off...
  5. 2

    Adding a backpage to a report

    So I have a report created to be a backpage to other reports. Can I create a function or anything to combine two reports, and make the 'backpage' report print on the backside of each report?
  6. 2

    Update while going through records

    Not sure how to word this properly but I'll give it a shot. I am working on a DB for work. Currently the form has 3 options, each one selected hides/shows different fields pertaining to that option. Works great when you are putting data into the tables using the form. Problem is when you start...
Back
Top Bottom