Search results

  1. D

    Question Graphical front end to Access

    This is very general at the moment. I would like to put a graphical front end to access. By this I mean a "plan" view drawing of a site showing all the lights. I was thinking along the lines of making each light a "hot spot" that would be clicked on by the end users and all the relevant data on...
  2. D

    Lock individual records after saving

    Any help appreciated I have 4 users all with the same rights what i want to do is lock each individual record created by each user from the other 3 users after they have been saved ( I am not referring to record locking/table locking while updating/creating ). ie They can all read each others...
  3. D

    Textbox and contents will not display

    Can anyone help please Me.TxtNotAllowed.Visible = True dtTimer1 = Now dtTimer2 = Now + TimeValue("00:00:10") Me.TxtNotAllowed.Value = "You do not have permission to use this database !" Do Until dtTimer1 >= dtTimer2 dtTimer1 = Now() Loop Me.TxtNotAllowed.Value = "" DoCmd.Quit The above code...
Top Bottom