Search results

  1. T

    Automated Mail Merge: problem with one user on the network

    Hi, I have searched the forums but cant seem to find a similar problem anywhere. I am using a shared Access Database over a network with 8 users. I can successfully run an automated mail merge to Word with the following code; ******** Dim stDocName As String stDocName =...
  2. T

    Data in Text field changing to symbols???

    Hi, I wonder if anyone has come across this problem before. I have a table that contains text and memo fields. I have no problems entering data directly into the table or via a form; however when I return to the table some of the records are unreadable as the data in them has changed from...
  3. T

    Missing References (cant find project or library)

    Hi, I seem to have a missing reference as I am getting an error message says 'Cant find project or library', when I try to run some code. I've used Help and I have established that the missing reference is Microsoft Office XP Components (because in the Reference dialog box this says MISSING...
  4. T

    Is this possible??

    I'm trying to find a way to track changes that are made on a form. By this I mean there are several people using the same database via a network at the moment and I would like to be able to track what information has been entered by who. I would like this to include new records entered as well...
  5. T

    Basic I know - but its really frustrating me!!

    Could anybody please explain to me what the difference between a Field List and a Value List when using a Combo Box? I just cant seem to get an answer from 'Help' Cheers
  6. T

    calculations in queries

    I'm quite new to database work so this might be a really simple thing; I'm trying to find a way to store the results of calculations that I have run in a query - is there a way of updating the results of the calculations into the underlying table? If I cant actually store the information in the...
Back
Top Bottom