Search results

  1. D

    Data entry in subform flows through to other figures

    Hi Everyone, Please excuse my inability to work with Access, but I am trying. I have a subform in my database that pulls data from an access query. I have 3 fields on the subform, Product Description, Due and Dispatch. Its a order entry subform. The problem is, just say there was 4...
  2. D

    Compile Error Expected: end of statement

    Hi Everyone, I am having trouble in VBA putting two different derived fields into a string. The coding I am using is calling details from a subform, and I have enclosed what I am trying to do below. strMessage = "Warning: The recorded stock holding of" & Me.Description "is" &...
  3. D

    Using modules to reset data

    Hi Everyone, I have a small problem, I have to design an access application using VBA. All tables have been given to me, and a module that once clicked, will reset all table data back to its original state as a means of testing. My rather simple question is in VBA how do I utilise this...
Back
Top Bottom