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 strongm 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: *

  • Users: samn265
  • Order by date
  1. samn265

    Copy Check Box Values of a form to a table!

    Hi, I have a form that has many check boxes (over 50). After the user finishes check the boxes he needs to check, I would like to step through each check box and copy them all to a table. The fields in the table have the same names as the check boxes name but not necessary in the same order of...
  2. samn265

    DDE Help

    Does anyone know how to use MsAccesss to read OPC server data? I have an OPC server that is collecting data and I would like to store and display these data in msaccess. I know the DDE would be a good start but I am having difficulties getting it to work. Any help is greatly appreciated. Thanks...
  3. samn265

    A program is trying to automatically send e-mail on your behalf

    I am sending an email message using a code I built. Every time the message is sent, I get the following from Microsoft Outlook: "A program is trying to automatically send e-mail on your behalf. Do you want to allow this? If this is unexpected, it may be a virus and you should choose...
  4. samn265

    Enable / Disable document save function in Group Policy

    I need to disable/enable the save document function in group policy but I can't seem to locate this feature. I appreciate any input. Thanks, Sam East or West Home is Best.
  5. samn265

    Database Quits at DoCmd.OpenForm?

    I have a database that I converted from Access97 to Access2000. This database is copied from a server to a local workstation and gets executed from that station using AccessXP. I am puzzled of why the database quits on only one specific workstation but not the others. After I inserted some...
  6. samn265

    Database Quits at DoCmd.OpenForm?

    I have a database that I converted from Access97 to Access2000. This database is copied from a server to a local workstation and gets executed from that station using AccessXP. I am puzzled of why the database quits on only one specific workstation but not the others. After I inserted some...
  7. samn265

    Passing Current Record in a Form to a Table Using Command Button

    I have a form that gets data from a query. The query might have many records; therefore, the form has the same number of records. I made a Command Button on the form to transfer the current record data that I am viewing, to a table. Thus, only the data I am viewing is supposed to be...
  8. samn265

    Chart Edit Error in Word

    The chart editing feature was working before, on this document. I did not use any other upgrade (or other versions)on this document. I am using word97. East or West Home is Best.
  9. samn265

    Chart Edit Error in Word

    I am getting the following error when I try to edit a chart in my word document: "Word cannot edit the msGraph chart". Any idea? Thanks.... Sam East or West Home is Best.
  10. samn265

    Passing Query Result to a Table

    Thank you, Smuckers, for your help. The information you have provided was very helpful. Sam
  11. samn265

    Pass a query's field Value to Function

    Below is a function to step through a query, one record at a time until the end of the file. I am having a trouble inserting the value of each record “ActiveEmployeeName” to a table. I do not want to append to the table. I just want to have one record in that table which is the value that is...
  12. samn265

    Step through records

    Mike, That is exactly what I am looking for. A temp table to insert the obtained record. I tried your code but it did not work. Is there anything I am doing wrong? Sorry for the confusion. Every time I move to the next record, I am basically getting the name of the next employee in which I...
  13. samn265

    Passing Query Result to a Table

    JimAtTheFAA, Sorry for the confusion. Please ignore the line where it says: DoCmd.OpenQuery "qryAppendEmployeesQuery". I was trying to do testing with that query. Every time I move to the next record, I am basically getting the name of the next employee in which I would to like to...
  14. samn265

    Step through records

    I was trying to test an append query. Please ignore this line in my function: DoCmd.OpenQuery "qryAppendEmployeesQuery"
  15. samn265

    Passing Function Result to a Table

    Below is a function to step through a query, one record at a time until the end of the file. I am having a trouble inserting the value of each record “ActiveEmployeeName” to a table. I do not want to append to the table. I just want to have one record in that table which is the value that is...
  16. samn265

    Passing Query Result to a Table

    Below is a function to step through a query, one record at a time until the end of the file. I am having a trouble inserting the value of each record “ActiveEmployeeName” to a table. I do not want to append to the table. I just want to have one record in that table which is the value that is...
  17. samn265

    Passing Query Result to a Table

    Below is a function to step through a query, one record at a time until the end of the file. I am having a trouble inserting the value of each record “ActiveEmployeeName” to a table. I do not want to append to the table. I just want to have one record in that table which is the value that is...
  18. samn265

    Step through records

    Below is a function to step through a query, one record at a time until the end of the file. I am having a trouble inserting the value of each record “ActiveEmployeeName” to a table. I do not want to append to the table. I just want to have one record in that table which is the value that is...
  19. samn265

    Step through records

    Below is a function to step through a query, one record at a time until the end of the file. I am having a trouble inserting the value of each record “ActiveEmployeeName” to a table. I do not want to append to the table. I just want to have one record in that table which is the value that is...

Part and Inventory Search

Back
Top