Search results

  1. C

    Form timer

    I’m not sure if this is going to be more of a VBA question but at the moment for me it’s a form thing. Is there any way i can have a form automatically close and load a different form after an amount of time since it was loaded has passed. I have a form and i want it to lose after 30 seconds...
  2. C

    Selecting the most reent order

    Selecting the most reent order SOLVED I have a database with 2 tables, one for stoing order numbers and the date and time that order was placed, and another for each of the items in that order. I want to create a query to select only the most recent order and show all of the items in that...
  3. C

    Running a form in a fullscreen

    Is it posable to run a form in a full screen... ive been searching the web and messing around with access for a while now and i cant figure it out. I want the form to apper in a fullscreen on top of all other applications and stay on top. (including the taskbar). Is it possable? Thanks, Crisp.
  4. C

    highest number

    i have a single table full of about 400 randomly generated numbers. I want something to calculate the highest number and return it for use in a form. thanks for any help. if it makes any difference im using access 2002.
  5. C

    Validation rules

    i have field containing data in this format: LL-000-00 So any data inputted whoud look similar to this: AA-123-45 To validate the data that he user inputs i whoud like to use the last two digits to check the first 2 sets of data. for example: Take 'AA' and get the ASCII code take...
  6. C

    Select criteria

    I'm an absaloute begginer at access! I need to know if i can in a select query ask a user for a word to search for. When i run the query a dialouge box shoud open asking for the search criterea and then searches multiple fields for the criteria. For example the customer is prompted to...
  7. C

    Validation rules (check digits)

    I am trying to set up a simple stock control database as part of my as coursework, and the only problem im having is setting up the validation rule for the stock codes. the following input mask is used: LL-000-00 So the code must look sumthing like this when inputted: AA-123-45 the last two...
Back
Top Bottom