Using Microsoft Access 2000 I have the following:
Database: Trailer Inventory
Table: Tbl_TrailerNo
Field: TID (AutoNumber, PrimaryKey)
Field: TrailerNo (Number)
Table: Tbl_DateDetails
Field: DID (AutoNumber, PrimaryKey)
Field: TrailerNo (Number, ForeinKey)
Field: TDD (Date) "Trailer Drop Date"
Field: TUD (Date) "Trailer Unload Date"
Field: TPD (Date) "Trailer Pickup Date"
Form: Frm_TrailerNo
SubForm: SFrm_DateDetails
I have a one to many relationship from Tbl_TrailerNo to Tbl_DateDetails. I have the Calendar Control 8.0 registered and am able to supply a date to a form.
My problem is how to I cannot get the calendar control to popup when in a subform, which is where I have my date fields?
Any help would be greatly appreciated.
--------------------------------------
Database: Trailer Inventory
Table: Tbl_TrailerNo
Field: TID (AutoNumber, PrimaryKey)
Field: TrailerNo (Number)
Table: Tbl_DateDetails
Field: DID (AutoNumber, PrimaryKey)
Field: TrailerNo (Number, ForeinKey)
Field: TDD (Date) "Trailer Drop Date"
Field: TUD (Date) "Trailer Unload Date"
Field: TPD (Date) "Trailer Pickup Date"
Form: Frm_TrailerNo
SubForm: SFrm_DateDetails
I have a one to many relationship from Tbl_TrailerNo to Tbl_DateDetails. I have the Calendar Control 8.0 registered and am able to supply a date to a form.
My problem is how to I cannot get the calendar control to popup when in a subform, which is where I have my date fields?
Any help would be greatly appreciated.
--------------------------------------