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 / Modules / DAO / VBA / April 2007

Tip: Looking for answers? Try searching our database.

Tables

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bILLYc - 26 Apr 2007 19:06 GMT
I teach at a detention facility and I have a Data Base with 2 linked tables.
One is an intale table for students. After meeting with them it is determined
if they will attend class. I would like some of the fields in the intake
table to go to the main table upon me typing "complete" into the comment
field of the intake table. Please help me to help others.

Thanx,
BillyC
LarryP - 27 Apr 2007 00:00 GMT
Three observations:

(1)  Your description makes it sound like you're working directly in the
tables; if you want something to happen based on an "event," you'll need to
set up a form where you can write VBA code to evaluate your input to one
field and do x or y to a different field.  

(2)  Putting "completed" in a comments field is a poor solution, unless
that's the ONLY thing you use the comments field for.  Create an additional
field in that table (can be just a simple yes/no field) to store your
"completed" value.

(3)  Making some of the fields in your intake table "go to the main table"
suggests poor database design.  The whole point of having linked tables is
not to have the same information stored in two different places (the
exception being the key field you use to link the two tables together).

> I teach at a detention facility and I have a Data Base with 2 linked tables.
> One is an intale table for students. After meeting with them it is determined
[quoted text clipped - 4 lines]
> Thanx,
> BillyC
 
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.