Search results

  1. D

    Comparing to fields in a table to display a cmd button on a form

    Hello all, I'm having some difficulty running a Private sub. every time it loads, it gets a run time error "2465" (can't find field 'l1' referred to in your expression.) Info to help you all get what I'm trying to explain: Table name = TblUsers It has 26 fields: EDIPI = unique ten...
  2. D

    Filtering reports more effectively

    I have a report (RptReqAcc) that I generate from a table (TblReqAcc). TblReqAcc is a temporary table that only holds 1 record at a time. It has a lot of fields contained in it (which are listed below): TblReqAcc: FldUserName (Datatype: text) FldRequestDate (Datatype: text)...
  3. D

    Changing checkbox datatype in query for "make table" type query

    Hello all, I have a make table type query that runs from a button on a form. The form is an unbound form that allows new users to provide their info to the admin to register an account. So basically, when the user fills out the form, they click a button and it runs a "make table" type...
  4. D

    Formatting unbound textbox for Username registration

    Hello all, I've implemented the fOSUserame for the purpose of populating an unbound textbox in a form (ie [forms]![form1]![text0]). I have a table (TblUsers) that has ID (PrimaryK), EDIPI (which is the match to what fOSUserName populates in text0), LastName, and FirstName. What I would like to...
  5. D

    Hello from the Carolina's

    Hello all, My name is Jim and I'm originally from Cleveland but now live in North Carolina. I'm in my early 30's and stay as busy as possible with my hobbies. I like to build furniture, improve my home (working on an addition which will be a man cave), I build motors/restore cars, I play a lot...
Back
Top Bottom