Search results

  1. K

    Code Problem

    Can anyone please help me make the following statement work? SystemTime = CInt(Format(Time, "HHnn")) If SystemTime < 700 Then MsgBox ("Please wait until after 7:30 AM to receive latest updates, you can still view old data until that time.") GoTo Allowed End If If SystemTime > 730 And...
  2. K

    Update .accde files with multiple users

    I have a .accde file that I placed on my company website for supervisors to use to view tons of data. I need to update this database every morning from 0700-0730. I'm running into a problem, if there are any users in the database it will not allow me to update the file. This is a big problem...
  3. K

    Multiple Users

    How do I allow multiple users to view a .accdb file at the same time?
  4. K

    ACCDB to ACCDE file

    I have created a accdb database. It has been split with a back end and a front end. It has record locks on each form: Private Sub Form_Load() Me.AllowEdits = False End Sub I placed the link to my front end database on our company website so that our Supervisors can use the Form Buttons to...
Top Bottom