F
floyd33 via AccessMonster.com
Not sure if queries is the right place for this. Please redirect me if not.
I have three tables that interact on this process: tblTimeandEvents,
tblTimeandEventsAdd, and tblEvent.
The main table for the entire db is tblEvent. TblTimeandEvents is a table
that stores a set of goals for each eventID in tblEvent (there is an eventID
in tblTimeandEvents). TblTimeandEvents is the source behind subfrmTandE on
frmMeeting. I have an append query that takes the data from
tblTimeandEventsAdd (preloaded) and adds it to tblTimeandEvents per EventID,
on click of a command button.
TblTimeandEvents has a field named DueDate, which needs to calculate from the
StartDate field of tblEvent + the NumberDays field from tblTimeandEventsAdd.
This NumberDays field is just a positive or negative number that needs to
help calculate a due date on subfrmTimeandEvents.
Currently, the user is clicking the button to add tblTimeandEventsAdd to each
program and the lack of a visible Due Date field is really bothering them...
they'd like to know automatically what it should be. I wasn't the original
creator of this db/form, so I'm kind of at a loss on how to proceed. Any
ideas on how to resolve this?
I have three tables that interact on this process: tblTimeandEvents,
tblTimeandEventsAdd, and tblEvent.
The main table for the entire db is tblEvent. TblTimeandEvents is a table
that stores a set of goals for each eventID in tblEvent (there is an eventID
in tblTimeandEvents). TblTimeandEvents is the source behind subfrmTandE on
frmMeeting. I have an append query that takes the data from
tblTimeandEventsAdd (preloaded) and adds it to tblTimeandEvents per EventID,
on click of a command button.
TblTimeandEvents has a field named DueDate, which needs to calculate from the
StartDate field of tblEvent + the NumberDays field from tblTimeandEventsAdd.
This NumberDays field is just a positive or negative number that needs to
help calculate a due date on subfrmTimeandEvents.
Currently, the user is clicking the button to add tblTimeandEventsAdd to each
program and the lack of a visible Due Date field is really bothering them...
they'd like to know automatically what it should be. I wasn't the original
creator of this db/form, so I'm kind of at a loss on how to proceed. Any
ideas on how to resolve this?