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 Shaun E 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: ldXbl
  • Content: Threads
  • Order by date
  1. ldXbl

    Type Mismatch in ADODB - recordsetClone???

    I can not figure why i keep getting a type miss match on line 3 Set rstClone = frm.RecordsetClone isn't frm.RecordsetClone a match with ADODB.Recordset?? Thanks for any help.... this is how im calling the modual ..from the on current event with "=DisableEnable([Form])" Public Function...
  2. ldXbl

    DFirst wont work! how to display First and Last Records in a Query

    I have a query that pulles information about activities that occured at different times on one day. So i made it sort Assending by the time/date field and it is sorted correctly. Now i need to retrieve the First record and the last record from the query from the date/time filed. I tried using...
  3. ldXbl

    Date as an Expression That is editable

    I need to add an expression to a query that would allow the user to input a date on the form. right now all i have is "InputDate:Date()" that just gives me a non editable date field with todays date. I have tried other ways but the expression becomes either a binary or text filed and cant be...
  4. ldXbl

    Studnet Attendance Form? Cant get editalbe check boxes

    I work at a school and we are trying to develop a way for an instructor to enter attendance directly into a access form. We have 2 tables that relate to this problem tblClients ------------------------ SocialSecurityNumber ---PK FirstName LastName InstructorID ---FK to tblInstructors...

Part and Inventory Search

Back
Top