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 bkrike 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. robertmcbride1126

    Moving fields to corresponding fields

    I would like to know how to move fields from one record to corresponding fields in another record. Trans1!name = trans2!name trans1!phone = trans2!phone trans1!addr = trans2!addr Let's say in both tables there are different fields but some fields are the same names and data types. Is there a...
  2. robertmcbride1126

    Checking update changes

    I am reading data from one table and updating another. When the updating is completed I need to check something to see if anything was actually updated. Please tell me how can I do this. This is a stand along module not a form. Thanks
  3. robertmcbride1126

    Need routine to format program code

    Can someone please tell me where to find some utility to format my program code: Let's say I have this: ---------------------- If counter > 1 then debug.print counter else stop end if The utility would make it look like this: ----------------------------------------- If counter > 1 then...

Part and Inventory Search

Back
Top