Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. childlead

    DBI.pm and MySql driver

    hi. i have windows 2000 and i want to run a perl script interacting with mysql. the book that i'm working off of is saying that i need dbi.pm and the mysql driver. i've scoured the internet and can't seem to find this for windows 2000. does anyone know where i can find these? thank you for...
  2. childlead

    Attaching Python on to the Apache web server in Win2000

    how do i go about doing this? i'm a novice at this. any help i would highly appreciate. thank you.
  3. childlead

    window within a window

    hi. i have a window opened up using javascript. within this window, i want a link to open another window displaying text information. how do i do this? thanks for your help.
  4. childlead

    Appending Tables

    hi. i forgot to add that i already checked all the validation rules of both the original table and destination table and they all match. thanks again.
  5. childlead

    Appending Tables

    hi. when i append data from one table to another table, i get the following message: microsoft access can't append all the records in the append query. microsoft access set 0 field(s) to Null due to a type of conversion failure, and it didn't add 4942 records due to validation rule...
  6. childlead

    basic form question

    hi. i'm trying to add fields from a 4 different tables on to my form. do you know how i can i get access to go to the particular table using that "field list" icon? thank you for your help.
  7. childlead

    1 form to 4 tables

    Thoey, that sounds like a plan. i'll just use one table and add a column that distinguishes the location. how would i create that query that you're talking about? thanks for your help.
  8. childlead

    1 form to 4 tables

    hi. i have 4 tables with the same exact fields but i want to have my one form be able to access all 4 tables. is there any way that i can do this? i was envisioning maybe a dropdown menu that would allow me to choose what table i want for the form to access. thank you for your help.
  9. childlead

    Making all letters CAPS

    Hi. I want to code a textbox such that when a user enters a text, it is automatically stored in CAPS format. For example, when the user enters "apple", I want to code in such a way that it will be stored as "APPLE" in the tables. Thank you very much for your help.
  10. childlead

    Locking out other check boxes

    hi. i want to code vba on to my check box such that when box 1 is checked, then the user would be unable to check box 2 or vice versa. does anyone know how i can code this? thank you for your help.
  11. childlead

    Custom Colors

    hi. does anyone know how to use custom colors for a form? i really don't like the selection that's given by access. any help would be greatly appreciated. thanks.
  12. childlead

    Attaching a MS Word doc

    hi. i find the solution to my second question. no need to answer. thank you again.
  13. childlead

    Attaching a MS Word doc

    hello SA812 thank you. that was really helpful and it worked. but when i created that box containing the word doc, it appears on all of my records as i scroll from records 1 to 5. i want it for just only one record. thanks again for your help.
  14. childlead

    Attaching a MS Word doc

    hi. i'm trying to attach an important ms word doc into the database. is there any way to do this? basically, i have a bug tracking software and i have word doc containing some important information. i wanted to attach this doc on to the record. do you know how i can go about this? thank...
  15. childlead

    When db is opened, I need for a form to automattically open.

    when i open a db, i want a certain form to automatically open. do you know how i can do this? do i need to code something? thank you for your help.
  16. childlead

    Autonumber skipping numbers

    Hi. Does anyone know why this is happening to me? Also, the autonumber doesn't correspond with record number. For example, the autonumber might be set to 30 but the record number is 27. Why is this? I haven't deleted any records. Shouldn't the autonumber correspond with the record number...
  17. childlead

    Functions

    how do you write a function that would read a query, count the number of rows of the query result and then print it on to a list box? i have a list box on my form and i'm trying it get it to read a query and list only the number of rows of the resulting query. thank you for your help. this...
  18. childlead

    autonumber

    hi. for my primary key, i set the id field to autonumber. everything was fine except a couple of days ago, i noticed that the id number went from 15 to 23. what caused this skip in number? i thought that the autonumber insured that there would be no skips. thanks for your help.
  19. childlead

    time stamp

    hi. i was wondering if anyone knew how to do the following: i have a description box where users enter what work they've done. to ensure that nothing is erased, i want the description box to be able to automatically start a new line and enter the day's date and time entered as soon as the user...

Part and Inventory Search

Back
Top