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 Rhinorhino 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: PamelaD
  • Content: Threads
  • Order by date
  1. PamelaD

    Copy value from field in one form to field in another form

    In Access 2000, I am working with two tables: tblContacts lngContactID [PK] strNameLast strNameFirst strAddress strCity tblMemberships lngMembershipID [PK] dtmDateJoined strMembershipName strMembershipType lngContactID [FK] Two forms: frmPersons [record source = tblContacts] frmAddMembership...
  2. PamelaD

    Cascading Combo Boxes: Only for unbound forms?

    From what I've read (KB97624 and KB98660)at http://support.microsoft.com/, the instructions to synchronize combo boxes call for putting two unbound combo boxes on unbound form. I'm trying to put a pair of synchronized combo boxes on a bound form. I'm having no success with this and wonder if...
  3. PamelaD

    Need code to create a single title for multiple reports

    I have created a database of which I must make two dozen copies; this app will be used to house details of a legal cases.The application has several reports, each of which requires an identical text/title label, to identify the title of the case e.g. "US EPA v Toxic Chemical Co." or...
  4. PamelaD

    Need Combo Not in List event to open to a new record

    From a newbie (using Access97) Table source is [tblBuildings], which has three fields, [BuildingID], [BuildingName], and [BuildingDetails]. My data entry form is [frmBuildings] (control source is [tblBuildings]). On [frmBuildings], I have placed an unbound combo box [cboFindBuilding] to use to...
  5. PamelaD

    Properties of subform controls: Color text in datasheet view?

    I am working with a main form (frmCases) on which I have placed a tab control with a subform (fsubCaseProgress) thereon. The subform displays in datasheet view. One of the fields in the datasheet view is a date field [TargetDate]. What I want to do is have the TargetDate field in this subform...

Part and Inventory Search

Back
Top