Search results

  1. G

    Menus query

    When my database is finished it will only have a customised menu displayed along the top of the screen. I was wondering if you can display different custom menus? For example different menus for reports and forms and different menus for different user levels. If so, how would I go about...
  2. G

    Subform query

    I want to, on the click of a button on one form, open another form (linked by project number), go to a new record in its subform (continuous forms view), perform a few calculations (based on a value passed from the previous form) and close the form again without the user seeing whats going on...
  3. G

    DLookup problem

    I have a form, frmInformation, based on a table, tblInformation. A record in tblInformation has a customer reference number, RefNo, and a date code, DateCode as the key fields. Each record also has a project number, ProjNo. The rest of the fields on the form are mostly calculated totals, which...
  4. G

    Return a value from a previous record

    if i have a form thats contains a subform, which is in continuous forms view, is there anyway that i can take a value from the previous record and use it in a calculation in the next new record in this subform, ie the subform is used to display and work out continuous calculations, and the total...
  5. G

    text boxes on a report

    does anyone know if there is a limit on the number of text boxes that you can display on a form or report?
  6. G

    Login Screen

    I have created a login form, which is a pop up when the system is first opened. when the correct pasword is entered with the correct user name and the ok button is clicked the pop up closes and the first form is diplayed. thats fine and working but i now want to display the user name on the...
  7. G

    login form

    i have a table of users, each with a user name and password, and a login form set up. i want the user name and password entered on the login form to be compared against those stored in the table. if a match is found the user is allowed to access to the system, if not they are not allowed access...
Top Bottom