Search results

  1. E

    Combo Box Update

    I have a form that displays a list of users and there programs in a sub form, I would like a combo box instead of the user ID number so that I can press on it and all the user ID's will appear, then I can select it and there details will apear. Can this be done?
  2. E

    Compacting Database?

    I have a file size limit of 2meg but my database is pushing well over 4? I have added images that were quite big but took them out when I relised how big they were. After compacting the database the size remains the same? What can I do? Its a stupid problem, but it is however, a problem...
  3. E

    New entry button DMax

    Hello peeps! Just someone advice if I can! I have a table that contains student details: StudentNo Surname Forename I have created a form to add students to this table but I need a button that will read the highest StudentNo and then add one, putting the new stundent number in the form in a...
  4. E

    Reading info from form to report/query

    Im making a student database that holds information about students and the modules they are taking. On my student entry form I wish to have a button that will read the current student number shown on screen and place it in my query to make their timetable? I understand that this can be done...
  5. E

    Help!!! Calculating times in a database

    Hi, I need to calculate to times in a data base Table: Times leaving time 07:30 Interval 02:30 I did this calculation in a query: Time: [Times]![leaving time] - [Times]![Interval] Both fields are in SHORT TIME When I run the query I get: Time = 0.208333333333333 What am I doing wrong...
Back
Top Bottom