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

    Search an entered value in the Table

    or u can use if .recordcount=0 then lol there are so many ways to do this type of comparisons
  2. zyon

    printing to multiple printers

    u can trace all printer in the system and then use a for to print at one at a time
  3. zyon

    Dlookup in VB Code using "LIKE"

    Don't use Like... I think is better to use the 'where' clause for example: select * from database where name='" & text1.text & "'" 'bind the data retrived and then use this: if (datasource.recordset.bof) and (datasoucr.recordset.eof) then 'BOF and EOF true = no record in the...
  4. zyon

    ADO/DAO speed w/Mdb - dissapointed!

    whe u are geting all the records are you binding imidiatly the recordset????? some controls make the binding very slow!!! if u dont need to see all the records at same time, u can use 2 method's. 1st - select [indexed_field] >>>> only the indexed in one 'datadource' then u can move the...

Part and Inventory Search

Back
Top