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 gkittelson 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. 199840

    Update field in table based on query

    Thanks, i am pretty sure that this would work within Access as what you are suggesting is a stepping through each record. But i dont think InfoPath will accept that kind of thing, or at least not at a basic coding level. Thanks anyway
  2. 199840

    Update field in table based on query

    I am a little unsure where i need to put the SQL statement? How do i use an unbound form, and then be able to control what information is submitted? The SQL for my query is as folows UPDATE Table2 SET Table2.[Date] = DateDiff("d",[Date1],[Date2]); I am not sure if i cant use this as the default...
  3. 199840

    Update field in table based on query

    The DateDiff function doesnt work in InfoPath, i am not worried about normalisation. Can it still be done??
  4. 199840

    auto run query

    Cheers ok here is a little more detail, i have two date fields need to find the difference between the dates entered and automatically display the difference. I am running the front end in infopath so that is why the table has to autoupdate. Using the function DateDiff Thanks Stu
  5. 199840

    Update field in table based on query

    I have an InfoPath form which submits and recieves data from an access table. I want to do the calculations in Access, i am using a datediff function to calculate the number of days between two dates. I want to have the query run whenever data is written to the table? Any suggestions...
  6. 199840

    Auto run query

    I have an InfoPath form which submits and recieves data from an access table. I want to do the calculations in Access, i am using a datediff function to calculate the number of days between two dates. I want to have the query run whenever data is written to the table? Any suggestions...
  7. 199840

    auto run query

    is there a way i can make a macro/query run whenever there is a data change in my table?
  8. 199840

    Date Calculations InfoPath JScript

    Im actually working in InfoPasth, I have two date pickers and need to record the difference between the two dates selected using Jscript or VB Please help
  9. 199840

    Find Difference Between 2 dates

    I would like to find the number of days, between two dates choosen by the user, using jscript or vbscript. thanks Stu

Part and Inventory Search

Back
Top