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 TouchToneTommy 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: JackR
  • Content: Threads
  • Order by date
  1. JackR

    EVAL() counterpart in T-SQL

    Greetings all, In VB - the EVAL() function can evaluate a literal string within an expression... How would I do that in T-SQL..? Here's what I'm trying to do: I am updating a variable name that changes...initially @PSt=Phase1Start, then @PSt=Phase2Start, then @PSt=Phase3Start...and so on...
  2. JackR

    Batch Processing - one row at a time

    OK - I'm a bit of a newbie here... I would like to 'process' a table - read a row at a time and INSERT or UPDATE a row in another table. In more practical terms - I have a denormalized table that allowed for 5 items, that now need to be put into a normalized child table. So, I wish to read a...
  3. JackR

    RunSQL - Only for Action Queries??

    If DoCmd.RunSQL can only be used for action queries, how can you perform a simple SELECT (from a SQL table) to return a table value to an Access function...? Sorry, this seems too simple to me - I'm missing something here.... ? Thanks, Jack
  4. JackR

    Access/SQL - Setup a new record

    Am trying to create an Access function to quickly create a new, empty 'master record' that contains only the key - then pass that key back to the program for form entry, queries, etc. We like to create the key - right away in order to create other associated rows in other tables - in order to...
  5. JackR

    Older Acc97 code no longer works

    Hi, Have a check printing routine - where the check register no longer prints correctly (check number no longer increments). The register's check number is based upon the number of lines detail section can handle - 92. A temporary table is created by a SQL command (Access 2000) that calls a...

Part and Inventory Search

Back
Top