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. jimbo62

    Renaming a local file and passing field contents to name

    I have a problem an would like to see if anyone can help me get this to work. I have spent a great deal of time already trying. Here is the problem. I need to copy a template file to the proper directory and rename it so I can append the worksheets to thae name selected. Here is my code...
  2. jimbo62

    Run SQL Syntax question

    I cured my problem with the list box reference by assigning the value to a text box and using that instead. If anyone can assist with my original question it would be appreciated. I must be getting tired... Thanks Jimbo[bigsmile]
  3. jimbo62

    Run SQL Syntax question

    I am having trouble referencing a list box value in a sql stsement it tells me my syntax in incorrect. Can anyone help? DoCmd.RunSQL "UPDATE MainParts SET MainParts.ResourceName = (Forms!Parts.[List34].Column(0))WHERE((Forms!Parts.[Text20].Value=(MainParts.PartNum)))" Jimbo[bigsmile]
  4. jimbo62

    Errors saving Access2k ADP form info to SQL Server 2k

    After reviewing all of my code and research here is the working solution that I came up with. My thanks to those who may have read my post and if you need an answer to my question here it is..... ''Save Information entered on Form with ADO connection to ''a SQL Server Database Table for...
  5. jimbo62

    Errors saving Access2k ADP form info to SQL Server 2k

    I have coded DAO to perform this operation to a local .MDB but ADO connection strings and working in the recordset have me stumped could anyone please point me in the right direction I have spent a few hours tryin all I could find on the subject of connecting and the like. Here is the last code...
  6. jimbo62

    Save template file to current profile?

    Is there a way to set this into the creation of a winzip executable extraction path. I have tried every combination but it creates a directory %USERPROFILE% whereever I point it to. At first it seemed simple but there is not much info out there on this.... The answer is probably obvious I just...
  7. jimbo62

    Save template file to current profile?

    I have tried the path %currentuser%\Application Data\Microsoft\templates this did not work. Is there a way to get to the current users profile and load the template into their templates folder automatically? I have to distribute this file to a nationwide group of users and I would like to...
  8. jimbo62

    Need Help Time Stamp when updating a rows data

    It is a date time field and I want to have the date and time the row was updated. Thanks... Sorry for the delay I was traveling... Jimbo[bigsmile]
  9. jimbo62

    Need Help Time Stamp when updating a rows data

    Access 2000 .ADP and SQL Server 2000 Hello All, I have created a table that allows users to input data fom a form and update the TOTAL_RESOURCES_ASSIGNED column. When a user modifies this value on this row I need the current date time inserted in a field for time-Stamping. SEQ int 4 0...
  10. jimbo62

    List Box Value is always NULL Even though List Box is populated

    Thanks for the assistance cmmrfrds. The view is looking at cutoff time in a warehouse production db. When the value is exceeded the text in view and the fields change to Y or N. I wanted to keep the entire for unbound and freeform so to speak. Thanks, Jimbo[bigsmile]
  11. jimbo62

    List box value stays null Data is displayed on form

    I found the answer to my problem. I was being bull headed and did not want to bind the form to any views. I tried it and referenced the text field. It Worked!! To my amazement nothing else was affected by my binding the form to the view. Does anyone know how this can be done...
  12. jimbo62

    List Box Value is always NULL Even though List Box is populated

    I found the answer to my problem. I was being bull headed and did not want to bind the form to any views. I tried it and referenced the text field. It Worked!! To my amazement nothing else was affected by my binding the form to the view. Does anyone know how this can be done...
  13. jimbo62

    List Box Value is always NULL Even though List Box is populated

    The List Box has a record Source based on a View from SQL Server 2000 the value is Y or N. I Just want to get the current value evaluate it and display or not display an image based on the value in the list box. I chose a list box because it is simple to populate a value on the unbound form. I...
  14. jimbo62

    List box value stays null Data is displayed on form

    It is an unbound form not set to Pop-Up Sorry that did not work... Thanks, Jimbo[bigsmile]
  15. jimbo62

    List Box Value is always NULL Even though List Box is populated

    I have tried Current, Activate, On Load. It appears to never get a value. The debug print never puts any value in the window when I go down to the Locals Window and ferret out the value it says null on every step of the code??? I can turn on and off the images in code but not looking at the...
  16. jimbo62

    List box value stays null Data is displayed on form

    This did not work...Anyone have more ideas?? Thanks, Jimbo[bigsmile]
  17. jimbo62

    List Box Value is always NULL Even though List Box is populated

    I have an unbound form (Microsoft Access 2000 ADP/SQL Server 2000) which has a list box containing values from a Views'Single field (only 1 field for Flagging). When the value is Y, I intend to turn OFF an overlayed image on the form. The value in the local window is always "null" no...
  18. jimbo62

    List box value stays null Data is displayed on form

    I have an unbound form (Microsoft Access 2000 ADP/SQL Server 2000) which has a list box containing values from a Views'Single field (only 1 field for Flagging). When the value is Y, I intend to turn OFF an overlayed image on the form. The value in the local window is always "null" no...
  19. jimbo62

    How to send Mail From VB With FAQ222-179

    BradB Here is code I use to send information from a for with combo boxes text and memo fields. Dim emailto As String Dim messagetext As String Dim subjecttext As String 'Declare variables ' If vbYes = MsgBox("Are you ready to send your parts List?", vbYesNo, "SED Maintenance...
  20. jimbo62

    Unbound form display result of seven queries

    That is a good suggestion. I would have to update my tables to do this the table is a linked table to an ODBC data source. I have a form built now where users choose the tab for the appropriate area of the wharehouse. Is there possibly any other way? Thanks again Jimbo[bigsmile]

Part and Inventory Search

Back
Top