Search results

  1. R

    Auto Centering forms on desktop

    Yes I have that set to yes but it doesn't seem to affect the location of where it coming up. I was using the movesize function to set where the window opens but not sure if that will work for all users. Does the fact I fave both pop up and modal marked as yes have any affect? I had to mark those...
  2. R

    Log on form coding issue

    I am fairly new to the VBA coding in access and would like some help with a log on form I am using for my database. I have the following code that works fine for opening the form I have mentioned but would like the code to break it out a little further by checking to see if the admin box...
  3. R

    Auto Centering forms on desktop

    I have a database that opens to a log on form without the application frame in the background. Is there a way to make the form auto center on the desktop when opening and possibly resizing based on screen resolution so that the database will work the same for all users no matter what type...
  4. R

    Log on form with User name and password

    I am looking for help with a login form with user name and password for access 2007. I found a nice example database that was using the CAPICOM.dll fro encryption but Windows 7 does not support CAPICOM. Does anyone have another example of know how to replace the CAPICOM in the present coding. I...
  5. R

    Password code problem

    I have some code from a sample database on this site that windows 7 does not like because it no longer uses CAPICOM.dll. I am new to coding in VBA and need help replacing this with something that will work. It is from the LogonSystemDemo in the sample database area. Public Function...
  6. R

    Question Hiding Access frame window

    Is there a way to hide the main access window and only show the form or report that is selected. I don't want the users to see the program itself or be able to get to the data without using the forms that have been designed. I have built a database to replace an old one that used ASP pages to...
  7. R

    Multi Field search form

    I need help creating a multi field search form. I have a database that tracks help desk tickets and the only thing I am lacking is a way to search for records based on multiple fields in the database. Most of the fields use combo boxes to fill the data based on other tables in the database since...
  8. R

    Question Multi user access accross network

    I am new to the forum and need some help with the correct way to install my database on a network server for multiple users to access simutaneously. I have an access 2007 database for tracking help desk tickets that users will access to either input, update or view reports on current tickets in...
Back
Top Bottom