Hi Access gurus,
I have a A2K application.The data in the database is updated daily by a
excel download.I have a master n related tables keyed in by a OrderID.I
have a problem in updating data.If it is a one to one update,i face no
problem as I update every fields.But let's say if there is a master
record with ID and three corresponding related entries for this on day
1.But on the next day,there was a change on related records 2 & 3 but
not on the first.Then how will I raise a flag so that updates are done
only on the second and third but not on first?Let me explain further:I
have a stopUpdate button on every table including the Master.When no
updates are needed,I can check this button on the Master,thus
preventing updates on related tables.Or if it is just a one record,i
can update alll fields without any problems.But my main problem is
,when I need to update selected records on the related tables ,I cannot
have the button checked in the master.Or should I have stopupdate on
each related record?Hope I have been clear.Thanks in advance.
Roy
I have a A2K application.The data in the database is updated daily by a
excel download.I have a master n related tables keyed in by a OrderID.I
have a problem in updating data.If it is a one to one update,i face no
problem as I update every fields.But let's say if there is a master
record with ID and three corresponding related entries for this on day
1.But on the next day,there was a change on related records 2 & 3 but
not on the first.Then how will I raise a flag so that updates are done
only on the second and third but not on first?Let me explain further:I
have a stopUpdate button on every table including the Master.When no
updates are needed,I can check this button on the Master,thus
preventing updates on related tables.Or if it is just a one record,i
can update alll fields without any problems.But my main problem is
,when I need to update selected records on the related tables ,I cannot
have the button checked in the master.Or should I have stopupdate on
each related record?Hope I have been clear.Thanks in advance.
Roy
Comment