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: cavok
  • Order by date
  1. cavok

    Form Instances ARE kept in the forms collection

    thread702-1475260 Hi, The above thread was closed so I've started a new one. In the above thread MajP stated that "All form instances share the same name and only the original instance is a member of the forms collection the Forms collection." This is incorrect - each instance appears in the...
  2. cavok

    How do I update a feild with

    Assuming the function returns null if any fields are blank, something like this should work: field1 = somefunc() field2 = not isnull(field1) You could place it in the afterupdate proc of all fields contributing to the answer or the beforeupdate proc of the form depending on your requirements...
  3. cavok

    Why do I get a "Paste Error" when I use a duplicate record button?

    If UncleJack's advice doesn't help, try repairing and compacting your data file.

Part and Inventory Search

Back
Top