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: *

  • Users: GoAutoWay
  • Content: Threads
  • Order by date
  1. GoAutoWay

    SImple SQl statement help!

    I need CIR.vendor to be distinct. here is the code that does not use distinct. I can't just stick dinstinct row or distinct in there because there is a different index number for each row. This is for a listbox on a form. SELECT CIR.Vendor, CIR.index from CIR ORDER BY CIR.Vendor;
  2. GoAutoWay

    I need to lock fields in a form by user

    thread702-1609388 I'm trying to lock certain fields in a form based on user login and a table created withh user and security levels. I think the above thread would work but I am new to VB and Access and I do not have the GetRole() function. I am assuming this is user defined?? Thanks, Go

Part and Inventory Search

Back
Top