Search results

  1. J

    Form Vba won't work on other computers

    I have a form that includes a couple of Auto Fill boxes, some math, and After_Update, Before_update etc. event coding. The form resides on a Windows 2000 Server. The form works fabulously on my computer. I have user level administrative rights. When I open it on another computer, generally that...
  2. J

    Help, Code not working to prevent saving incomplete records.

    I have a situation where users add one field and then close the form leaving imcomplete records in the table. I tried similar coding in the Before_update and got a similar result. I may be way off on this but here is what I have, (at this point I get an error and the form closes anyway)...
  3. J

    Search Button Save blank Table Entry

    I used the macro version through the wizard to create the search button. When it brings up a record all is good but if no infromation is entered and a different record is selected a reference record using the search criteria (ie, "inspection number") is left in the coorepsonding table. The...
  4. J

    IsEmpty or IsNull Failure...Help

    :banghead: I am afraid I am a bit rusty with VB. Can anyone help me firgure out why this is not working? It may be something simple but I can't see it. This is a form Named LogForm. When the "Save Button" is clicked I want it to check the Packaging Name field (which is a Drop Down Combo Box...
Back
Top Bottom