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 / July 2005

Tip: Looking for answers? Try searching our database.

unbound Field

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Don - 10 Jul 2005 23:34 GMT
I have a form that I want to display values from tables or queries that are
not part of the form or subform. If I make a relationship with the table or
query that has the information I want displayed, it makes the record set
non-updatable. As a result, I am thinking that an unbound field is the way to
display the data.

The way the database is structured, there two seperate forms one is
appointments including subforms of related data (this is where I want to
display the Chronic Care Status) and the other form is diagnoses with its
subforms and related data. Diagnoses is where the Chronic Care is available
and displayed. However as stated when joining the two Appointments and
Diagnoses, the records are not updatable.

My question is how can I display the Chronic Care status in the Diagnoses
table on my Appointment Subform.
Signature

Thanks,

Dennis

Ofer - 10 Jul 2005 23:48 GMT
You can try and bound the Status field to a dlookup
=dlookup("Status","QueryName","Crit = " & [FieldToCrit])

Or
try again and link the two the table and the query and in that recordsource
change the UniqueRecords property of the query to true. I think that will
allow you to update the records.

> I have a form that I want to display values from tables or queries that are
> not part of the form or subform. If I make a relationship with the table or
[quoted text clipped - 11 lines]
> My question is how can I display the Chronic Care status in the Diagnoses
> table on my Appointment Subform.
 
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.