Search results

  1. E

    Run-Time error 424 "Object Required"

    :banghead:I have researched this to death I have a module that goes out to the USPS website and populates a table with all the zip codes. At one time I did have it working but now I can't seem to get it to work keep getting Run-Time error 424 "Object Required" Anyways here is the code I am...
  2. E

    Queries

    Hello, I am trying to create a reciept database to log all my receipts and to let me know how much I spent for the month I have the query's set up just fine but as we all should know the months that have not come yet access is giving me a error when I go to run the vba script because the queries...
  3. E

    transfering from combo to textbox on new form

    Consider: Forms!frmOrderParts.txtTypAC = Me.cboTypeAirCraft This code gives me a 1 (which is not seen) from my field Catigory ID on the new form is there a way I can pull from whatever is selected in the combo box to put into a text box on the new form?
  4. E

    Option buttons

    :banghead: Hello, All I am trying to create two option buttons Option32 and Option34 what I would like to happen is if both are clicked making them -1 a message to pop up and tell the user to choose either optionbutton not both. Then once the ok button displayed at the bottom of the message is...
Back
Top Bottom