Search results

  1. K

    Conditional Formatting weekday only

    Using the conditional formatting function within a form I am trying to reference a date field to be highlighted when its value is tomorrow. Date()+1 gives me tomorrow highlighted but I don't want weekends in there. I know this must be simple and I have tried many variation of the weekday...
  2. K

    Slow to No performance on split DB

    I recently split my DB, back end on server on front end on each machine. However when more than one person starts updating the performance all but stops. system says "updating tables" and takes forever. If only one person is on everything works fine. I put both the front end and the back end...
  3. K

    Question Frustrating - You do not have exclusive access warning

    I am running Access 2010. The datablase is split with front end running on my machine and the back end on the server. I have 4 other users using Access Runtime. My settings are set to "Shared" with "No Locks". The users on runtime can use the database with no warnings however if they have...
  4. K

    Linking field to form

    I am new to the forum and not really a code writer. I have copied the following code that uses the hyperlink function to connect a Field with a file stored on a server: Private Sub Photo_Click() Photo.HyperlinkAddress = "F:\Photos\InProcessPhotos\" & RepairOrderID.Value End Sub It...
  5. K

    Access 2010 install

    I purchased a single license of access 2010. I will be using it in a multi-user server-workstatiion environment with runtime libraries. I need to program from my workstation. Do I install access on the server or my workstation or both? I am a low level user so please make explanation as easy...
Back
Top Bottom