Search results

  1. V

    How To Get Access To Forget About the Past?

    I wrote a routine that causes input boxes to popup and that was not my intention. I think the following line is what caused that: 'cmdSQLInsert.CommandText = "Insert Into Table1(ID, NAME1, AGE) Values(?,?,?)" I don't need the input boxes and finally wrote this thing to work like I want. But...
  2. V

    Code for for Displaying Form is messed up

    Hello everyone. I hope somone can help me. I'm new to Access VBA. I'm trying to get a labels report generated. For now I would be content to be able to display only two fields-description and brand in the report. If I can get this far then I'll go deeper in the processing and desision...
  3. V

    VBA Coding Problem

    Good morning all. I'm stuck. I'm trying to copy some data from a result set into a temp table that is created on the fly. After I coded this and tried to run it I get an error dialog box pop up that says: Compile error: Method or data member not found. .cnn1 is highlighed with the error...
  4. V

    How to use button and textbox?

    Hi guys. New guy; first time here. I'm trying to get some work done by way of when a user clicks a button on a form. When I add a button to a form in Access 2003, it asks me what kind of button do I want:recordset, miscellanious, form, query, macro and so forth. I don't want any of those. I...
Back
Top Bottom