Search results

  1. R

    Populate Unbound Control

    I'm trying to populate an undound text box on a report and here's the code that I have that's not working. I keep getting a Compile Error: Method or Data Member not found. Here's the code, hope you can help.... Public Function FillGeneral() Dim rs As Recordset Dim db As...
  2. R

    Dynamically structure fields

    Here's the table: ID field: autonumber ProjectID: lookup to Projects Contractor: lookup to Contractor ParentContractor: lookup to Contractor (this same table) I use this to create the hierarchy of the contractors and subs on a project. I would like the table to show the structure properly --...
  3. R

    Contractor Subcontractor Project tables

    I am creating a database that will need to track contractors to projects and subcontractors to parent contractor and project. I would like to make it possible to have unlimited tiers of subs on a project and track the "tree" or "orgchart" if you will. The main purpose of the database is to...
Back
Top Bottom