Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / May 2007

Tip: Looking for answers? Try searching our database.

Textbox Information to Subform

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Ripper - 30 May 2007 20:13 GMT
I have a subform that I need to contain information from a main form.  The
sub form is linked by studentID, but I also need the tardy ID, TardyID, to
populate the subDhall field txtTardyID.

I tried the AfterUpdate of TardyID with this:

Me!subDhall.txtTardyID=Me!frmTardyAdd.TardyID
and
Me!subDhall.frmTardyAdd.txtTardyID=Me!frmTardyAdd.TardyID

to no avail.

Anyone have any tips?
Signature

Thanks As Always
Rip

Carl Rapson - 30 May 2007 22:22 GMT
>I have a subform that I need to contain information from a main form.  The
> sub form is linked by studentID, but I also need the tardy ID, TardyID, to
[quoted text clipped - 9 lines]
>
> Anyone have any tips?

Try this:

   Me.subDhall.Form.txtTardyID = Me.TardyID

Carl Rapson
Ripper - 30 May 2007 22:23 GMT
Never mind.  I'm an idiot.  I just set the default value control to = the
textbox and form where the information is housed.

<duh>!
Signature


Rip

> I have a subform that I need to contain information from a main form.  The
> sub form is linked by studentID, but I also need the tardy ID, TardyID, to
[quoted text clipped - 9 lines]
>
> Anyone have any tips?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.