Search results

  1. N

    maintaining database with access 2003

    i inherited a database created i believe in access 2000 everytime i need to update a report or what not i must find a machine runnning 2000 how do i go about working on this database with access 2003 Thank you
  2. N

    Access version

    bump......
  3. N

    Access version

    the version is Access 2003 Sp1 the problem is that when i try to print a report on my machine running windows XP i get the message "the jet database engine could not be found the object. but running the same report on a machine running windows 2000 i get no problems. i tried downloading a new...
  4. N

    Access version

    how do i go about this i'm unable to do any upgrade of this version of access on my machine running windows XP, it is only possible on a machine running windows 2000. what do i need to do to be able to tweak reports and forms and stuff. Thanks Happy thanksgivings
  5. N

    edit a report letter

    thanks very much that is indeed the remedy
  6. N

    edit a report letter

    thanks for the reply sorry for the delay in response here is the code behind the command button Private Sub RENEW_AWARD_BUTTON_Click() 'this is the button that finalizes a Renewable award On Error GoTo Err_Command662_Click Dim stDocName As String stDocName = "RENEW_AWARDLTR"...
  7. N

    edit a report letter

    i'm trying to work with this database. i want to know how to change a few things we have a command button that generates a letter i need to edit that letter as it contains names and numbers no longer in the office is there a way i could find that letter i tried to have sent to a .rtf file...
  8. N

    drop down cells in database

    thank you very much
  9. N

    drop down cells in database

    i'm creating a table and would like to have a list of items to chosefrom in a cell to keep from having to type an answer. e.g countries , or Prefix thank you
  10. N

    Editing report

    thanks i'll try that
  11. N

    Editing report

    thanks i tried that but nothing happens
  12. N

    Editing report

    how do i edit a report i'm new to access i'm working with this database that will output a report(letter in word document) when the user clicks on a command button i'd like to edit the letter but i don't know where it's stored. could someone please show me how to access the report thanks
  13. N

    locked database

    thank you very much now time to see what's in these codes thank you
  14. N

    locked database

    i have this database with tables i can't access, so i had to import the data into a new database , given the size of the new database JoeCruse (form this board) pointed out that it could be that the front end is separated form the back end. and i can't find the front end anywhere i want to...
  15. N

    hunting for document

    thanks that's how i imported those files but the original mdb is 33128 Kb and my new mdb is 13832 kb
  16. N

    hunting for document

    thanks i just found out that i didn't import all the data from the original database, i'm guessing it's because the startup window "front end" is setup in tabs, just a guess. could you tell me how to get everything form one database to another i can't see the code that underlies the command...
  17. N

    hunting for document

    hello i just inherited a database at work, one which noone likes of course. i was unable to access the table so i exported them into a new database. i'm by no means a database guy i'm just learning how to use because i need to implement a database into the vb program i'm writing. i'm trying...
Back
Top Bottom