Recent content by ShadyOne

  1. S

    Single record in subform

    Thanks for the tip.
  2. S

    Single record in subform

    I have a database that I keep track of all of my PC inventory and endusers. I would like to know how (if possible) to choose a single record from a continous form that lists all of my users, and pull this record into a subform. In otherwords if I click on a users record in a continous form, I...
  3. S

    Displaying multiple records on a form

    Does anyone know how to display multiple records on a form. For example, I have a helpdesk and I want to see all records entered for today in the form when the form is opened. I guess I want a listing of all records with a specific date (say like today) to be displayed when the user opens the...
  4. S

    DLookup Problems

    These strings were placed in the control source. DLookUp one: =DLookUp("[CC#]","[Site]","[Location]",=Forms![Entry form]![Location]") DLookUp two: =DLookUp("[CodeX]","[AccCode]","[Description]=Forms![Entry form]![Account Descritpion]") [This message has been edited by ShadyOne (edited...
  5. S

    DLookup Problems

    I have two DLookUp's in one form. If I use one, the other doesn't work. So for an example if I select DLookUp 1 then DLookUp 2 doesn't work. Or if I select DLookup 2 then DLookUp 1 doesn't work. Has anyone heard of this problem, and if so, how do you get around it? Thanks.
Back
Top Bottom