Search results

  1. G

    OLE Object's Images

    ive installed pretty much everything but ill try that
  2. G

    OLE Object's Images

    I get an undefined type for the FileDialog nm got it to work however it wont load anything
  3. G

    OLE Object's Images

    Hi For some reason I am unable to open a JPG images into the OLE object I did everything as described here Tried loading the jpg without the dialog and it wont show. I have Access XP. TIA.
  4. G

    How do I check if an item has been chosen in a combobox?

    is it possible to do it through a macro's condition?
  5. G

    How do I check if an item has been chosen in a combobox?

    yes i do all the field validation stuff in a macro, displaying msgboxes if a some field is empty and such. its all being run the moment you click the save button.
  6. G

    How do I check if an item has been chosen in a combobox?

    If i try to write this: [cmbMyCombo]![Text]="" i get a type mismatch error
  7. G

    How do I check if an item has been chosen in a combobox?

    I tried IsNull(ComboBox) and it doesnt work. Please help Thanks.
  8. G

    Running a query on 1st day of April

    Thanks alot!
  9. G

    Running a query on 1st day of April

    Hi How do I check in the condition which day of the month and which month of the yeaar is now? Thanks! PS: I want to run this on AutoExec
Back
Top Bottom