Search results

  1. ReAn

    Story

    toolbox with a (on a side note, not part of the story i think a english teacher would have a heart attack after seeing this, this is one huge run on scentence ^_^)
  2. ReAn

    Story

    played with his
  3. ReAn

    Story

    from a large
  4. ReAn

    Story

    mass confusion which
  5. ReAn

    Story

    plucked out his
  6. ReAn

    Copy Database

    Make new db Import all your queries/forms/reports/modules/macros then import your tables, and select the option @ the bottom "Import Structure only"
  7. ReAn

    Converting Access 97 To Access XP

    might wanna try converting it to a2000 then to axp
  8. ReAn

    Made changes to a copy of the Back End, they added new records - problems!

    after the append, it'll report x many records werent added because of indexing errors or something like that... IF the tables have unique ID's and it's set as a key field. This is asuming one person has the same ID in both tables too.
  9. ReAn

    ASP & Access

    O.o ... nope... but very very close...
  10. ReAn

    ASP & Access

    Well my summer job here ends in a month anyway, so meh~ I think i just figured it out... *messing with iis*
  11. ReAn

    ASP & Access

    Ill see what i can do, it's all controlled by novel currently, so i may be out of luck. I would use SQL server, but i have no server, currently hosting on my office machine. *sigh* if only i could get IIS to run in my user ^_^
  12. ReAn

    Data Objects History

    If you mean your looking for an API then you can either 1) Search google for the official API 2) Use VBA's built in Object Browser 3) Read tutorials and learn it that way.
  13. ReAn

    Importing Pipe Delimited File Problem

    Well, im using A2K, and i had no trouble: check out what i got: (i resized all the blank cols to width 0 so it would all fit (sorta)) I just followed the questions it asked me.
  14. ReAn

    Data Objects History

    I suggest you use DAO, it seems to handle table locking better than ADODB On a side note: anyone know if DAO works in ASP?
  15. ReAn

    Data Objects History

    Im not quite sure what you mean, and ive never heard of CDO but to the best of my knowledge: ADO stands for Active Data Objects DAO stands for Data Access Object(s) (cannot remember if the s is on there) ADO actually is used for just about anything.. things like ActiveX and COM should be part...
  16. ReAn

    ASP & Access

    Oh Great! NOW I see the ASP forum... * Slaps self vigorously!
  17. ReAn

    Selecting an option to update another field

    Say you have a combo box called: cmbMyCombo and you want "MyItem1" to change the value of the text box txtMyText to 2.7 then you BUILD an EVENT on the "After Update" event as such: If cmbMyCombo.Value = "MyItem1" Then txtMyText = 2.7 End If Im sure you can figure out the rest from there.
  18. ReAn

    ASP & Access

    Here's the background: I've got a question, ive developed a split database here for a virtual tour project. It allows the vets here at the plant to sit down and enter in information on all the equipment in the plant (aka. populate my database). To facilitate a multiple computer environment...
  19. ReAn

    Open DOS Program and execute keystrokes?

    Apparantly 'AppActivate' dosent exist in his version of access.... *Shrug* :confused:
  20. ReAn

    Who's Using My Database?

    Over the last nine years that ive worked with windows i've noticed it has a tendency on occasion to lock files. What i mean is, even though you've re-booted/closed everything and so on, some files cannot be deleted because windows thinks they are in use. I've noticed A similar phenominon (sp?)...
Back
Top Bottom