Search results

  1. G

    Query to use on Pivot Chart / Report

    Ok, so this has been boggling my mind for about a month now. I'm having difficulties trying to figure out how to write this query, as I figure it'll have to be done in SQL versus GUI. Requirements: 1. User selects "Country" from a combobox on a form. 2. User can select a pre-determined number...
  2. G

    Record already in use...

    So the database that I have now has a front and back-end. However, the issue that I'm running into is this: 1. Does MS Access allow users to access the same record at the same time? 2. If this is possible, I need to put in a check that says "is this record already opened by another user"? If...
  3. G

    Report print rather than view...

    I have a form, rptReminders, that is based off a query with a listbox that displays the results of the query. The user can select desired tasks within the list and then click a command button to print the selected tasks with ALL the data from the record. This DOES work, to a certain degree. It...
  4. G

    Inactive window countdown & autologout

    Ok, so here's my issue: 1. I want to put a timer on two forms, frmMainMenu & frmLogon, which senses 'inactivity' of a user (ie: they don't click a command button or they don't log into the database). If the user does select an option on the main menu, then the timer is reset and ONLY started...
  5. G

    Help with ALOT!

    Ok, I'm a little rusty with the Access program. But i'm trying to create a database to track documents with a login screen for users to enter their user name and password, then this would check it against a table but also enter it into the form where the user enters in all the tracking...
Back
Top Bottom