G
Guest
i am trying to create a form that displays a schedule of events in a
construction project. each event has an item number. each event has a
pre-task number, which is actually a reference to another item number on the
list. the start date of an item is the day after it's pre-task end date. i
need to make the calculation by referring to another record on the same list
with the criteria being the pre-task item number, and keep the dates current
as changes are being made. i have done this in excell and it is relatively
easy, but i want to do my work through access and create a databse system for
various reasons. i have created the table with the item list, forms to
display all the records, and even a form to update one record at a time, with
a subform to display the related pre-task info. but i cannot get it to work
on a form set to continuous forms.
i have thought of referring to a hidden form, no luck there. and i am
thinking i need to refer to a recordset clone, but don't know how.
i am not a beginner with access, but not an expert either. (novice maybe)
help!!!!!!!!!
construction project. each event has an item number. each event has a
pre-task number, which is actually a reference to another item number on the
list. the start date of an item is the day after it's pre-task end date. i
need to make the calculation by referring to another record on the same list
with the criteria being the pre-task item number, and keep the dates current
as changes are being made. i have done this in excell and it is relatively
easy, but i want to do my work through access and create a databse system for
various reasons. i have created the table with the item list, forms to
display all the records, and even a form to update one record at a time, with
a subform to display the related pre-task info. but i cannot get it to work
on a form set to continuous forms.
i have thought of referring to a hidden form, no luck there. and i am
thinking i need to refer to a recordset clone, but don't know how.
i am not a beginner with access, but not an expert either. (novice maybe)
help!!!!!!!!!