Search results

  1. P

    No Delete confirmation

    The prgram works well, except in one situation. When I delete a record, using the delete form, I do not get any confirmation. The record is deleted and the next record is displayed. This is not a good thing. How can I ensure delete confirmation? Here is the wizard button code: Looks like this...
  2. P

    Datasheet View?

    I created a form in datasheet view and it works as it should. However, when I call it from a Form Menu, it reverts to the form view. How can I make the datasheet view stick? I turned off "Allow form View', in the Datsheet form, but it does no good.
  3. P

    Sorting Addresses

    How can I sort string addresses so as to get the correct number order? I know that strings sort on each character, which causes the problem. I have tried some things (with VAL and Len), but was not completely successful. I do not want to enter an address number as 0630, when I want 630. Why...
  4. P

    Report Size too Big

    I made a Menu using a frame and buttons and it works well except for one item: When I select a report, the "Report" Window stays behind the Menu and I cannot get at it. How can I make the report stay on top of the Menu, so I can use it??
  5. P

    Learn VBA

    Can you suggest a book that teaches VBA, from a practical point of view, with examples that are related to improving the db.? I am not looking to be a Guru Programmer.
Back
Top Bottom