|
-
Aug 12th, 2003, 11:27 AM
#1
Thread Starter
Lively Member
Setting the RowSource of a subform in Access 200 programmatically [** RESOLVED **]
Hi all.
The day has come ... I have an Access 200 DB with a form within a form (subform) THis subform is designed to be bound to a template table. I need to reassign the rowsource of this subform to a table I create on the fly ... I don't see any exposed method for doing this in the "subform" control. Any ideas?
P. S. - I tried calling the form name explicitly with no success ...
Thanks!
- Mike
Last edited by M Owen; Aug 12th, 2003 at 12:35 PM.
-
Aug 12th, 2003, 12:35 PM
#2
Thread Starter
Lively Member
UPDATE:
Found it...
Example:
Me.TimesheetDetail.Form.RecordSource = ArchiveTbl
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|