Search results

  1. R

    Problem with dlookup

    I searched the forum here and found what I thought was just the answer I was looking for in an earlier thread. However when I try and paste the code from the post I keep getting a compile error "Expected seprator or )". Being the nooby that I am I have tried putting () around just about...
  2. R

    Problem printing report - preview

    I have searched for an answer to this question without any sucess, so any help would be appreciated. I have a report that is linked to a command button on a form. I have the following VBA code on the button: Private Sub cboRMAComplete_Click() DoCmd.Close DoCmd.OpenReport "RMA Label"...
  3. R

    Problem with form/subform based on query

    Hi all, Basically I have what is probably some sort of brain blockage on my part but I could use some assistance. I have a form which contains an unbound combo box and two unbound date boxes that provide inout to a select query and a command button to run the query. No issues there, form...
Back
Top Bottom