Search results

  1. N

    Query when another query was run

    Is it possible to run a query to find out when (ie date and time) another query (or report) was last run? If it isn't possible to do this by a query is there a bit of clever visual basic I could use? I'm fairly OK with queries but a complete novice on visual basic. The reason for asking this...
  2. N

    Using Wildcard Characters

    I have several queries looking up products from a table. I use a simple form to access the query and in the criteria of the field I use [Forms]![EnterCroft]![ProductName] to filter by name. (EnterCroft is the name of the form). It works fine but doesn't like the asterisk (*) for all products...
  3. N

    Dsplay lookup data in form

    This is going to sound really stupid but I urgently need to have one form, where people can enter a product code and the description automatically shows in another field. I have two tables, one for the form and another with all product codes and descriptions. Presumaby I would need to make a...
  4. N

    Text justification

    In either a label or text box I know it's easy to centre align the text horizontally but can text be centre aligned vertically, as can be done in Excel? :confused: Thanks in advance
  5. N

    Putting command buttons on forms

    I ma going to sound a complete idiot with this question, but I have been working on a database for some time now, successfully putting buttons on forms with the wizard, jumping from form to form, form to report, basically the button wizard used to work now it doesn't and I don't think I have...
Back
Top Bottom