Search results

  1. S

    Strange Update problem

    Hiya Pat, Thanks for your help working out the problem, the ondirty saverecord didn't work but I realised that the updates would be looknig at blank records so Halfway through I paused the code then me.recalc and its working now. Thanks again James
  2. S

    Strange Update problem

    Hi All, i've got a very strange problem with an update query. I have a linked table that I grab data from and put into another table using a select query - this works fine. I thne run a query to update info from this table to another table using the code below. The problem that is occuring...
  3. S

    Autonumber generate when required problem

    Hi Dcrake, Thanks for Reply I didn't know you could format the autonumber. the work around i created in the end was to create another table: Autonumber column PersonID column Name column Then I used a form where you enter in a name and in the PersonID field I used some VBA to basically add...
  4. S

    Autonumber generate when required problem

    Hi All, Ive got a problem with my table design I'm hoping someone might have solution for: Noramlly I have studentIDs generated on a central database which links my whole databse together. However I will need to generate new numbers for non-students so that the database is still linked...
  5. S

    Inner Join problem

    Just a quick update - the code from my original code should work to update the table. however having talked to the administrator it became clear that there was an issue with permissions allowing me to update from the table. As a workaround I created a table to select into records then updated...
  6. S

    Inner Join problem

    I'm not keeping both tables because I can only update data on one of the tables. So im moving the needed info from the tblStudents_Current into my table Applicants. I have tested it a bit and Its not the WHERE clause of the SET values that cause the problem. It seems to be the way the join...
  7. S

    Inner Join problem

    Hi MSAccessRookie, thanks for your swift reply. I wasn't sure whether its needed either tbh have tried it with and without the WHERE statement and stil lget the error which is why I'm sure its a join issue. Basically I am changing a table by adding extra columns and need to update the table...
  8. S

    Inner Join problem

    Hi, Im trying to make a query to update a table i just added an extra column too however I'm getting an error: this query must be updatable I think it has something to do with the join in the query. How would i go abotu creating a outer join? Heres my current query: UPDATE Applicants...
  9. S

    Word Export Add in for Access 03

    awesome thanks for advise Nightmayor :)
  10. S

    Dlookup stuck on first record

    Hi Nigel I think the admins here changed the index which is why it suddenly stopped working. the students can have 2 addresses on the system which is probably the reason why it has changed. Swillsy
  11. S

    Dlookup stuck on first record

    Ok I'm an idiot as you can see very clearly see the index changes in the Addresses table to Per_Person_Code instead of Person_Code Thanks for looking anyway:) *runs to dark corner*
  12. S

    Dlookup stuck on first record

    Ok here is a dummy form attached. It is replicating the same problem I have been having with the worknig db. The form will update the student info,course info but it wont change the addresses. The tblStudents,tblStudentAddresses,tblStudentCourses are central databases which I cannot change.
  13. S

    Dlookup stuck on first record

    Hi Nigel, sorry been busy enrollnig etc last few days will put up a dummy form and tables shortly. Yes I jsut started at the uni on monday and my code is very amateur because I havent been taught any vb yet, so I have jsut been picking it up as I go along:(
  14. S

    Word Export Add in for Access 03

    no gary its for emailing reports to users who aren't using the database. and instead of installing the snapshot word addin on all the machine I would have prefered to use word .doc files. Thanks for explaining why it cannot happen though. Swillsy
  15. S

    Dlookup stuck on first record

    Hi Bob, I did at one point put the control source as a query and it displayed the records however it wasn't allowing me to change any of them. Thanks Swillsy
  16. S

    Dlookup stuck on first record

    Hi its only on oncurrent event because it was the one which worked for me. I was struggling to put it as a query. The problem isn;t with the dlookup statement as its returning the first record correctly. it just won't update. I will to see if it is because there are too many lookups.
  17. S

    Word Export Add in for Access 03

    I know you can export as rich text document or as snapshot however I want to know if there is an addin that will allow me to export as .doc file and lets me keep watermarks,gridlines etc.
  18. S

    Dlookup stuck on first record

    K guys this is driving me mad - the dlookup query is working fine... it will find details for the first record in the form. however it gets stuck on that one whe ni go through the records. I have different dlookups working at the same time properly and changing as I go through records. however...
  19. S

    Word Export Add in for Access 03

    Hi Guys, I'm not sure if you guys can tell me in the forums but I'm looking for an addin for Access to export my reports in .doc format. The company uses office 2007 but uses access 03 at present. cheers Swillsy
  20. S

    Syntax problem with Upsert function

    Hi Wayne - yes strSQL1 works fine which is why I was confused that strSQL2 was having problems with the objects. It is all working fine now thanks for your help:)
Back
Top Bottom