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

    month to date query

    Var sVar,eVar Date m,y SmallInt q query endVar m = month(today()) y = year(today()) sVar = date(m,1,y) eVar = today() q = Query ANSWER: :PRIV:ANSWER.DB YourTable.DB | InvDate | Amount | | Check >=~sVar,<=~eVar | Check | EndQuery if...
  2. warrenw

    Removing a Table LookUp at Runtime??

    I use the folowing code to add an alternate lookup form for a field. You could modify it to Control+Spacebar and replace the lookup without bothering to restructure the table. The form you call has to return the value that is needed in this field. If it is just closed nothing happens. method...

Part and Inventory Search

Back
Top