<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18852">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I have a table called tblJob. <BR><BR>I have two dbgrids displaying the 
data from tblJobs, tblJobByCustomer and tblJobByDay. <BR><BR>I have an editing 
Form for changing the data using dbEditBox's. </DIV>
<DIV>&nbsp;</DIV>
<DIV>How can I use the same Form for editing both tables ? It's like I need to 
set the form property to the relevant DataSource rather than each 
dbEditBox,</DIV>
<DIV>&nbsp;</DIV>
<DIV>and how do I find the data record in tblJobByDay when looking at 
tblJobByCustomer. They are actually the same data as stored in tblJob</DIV>
<DIV><FONT size=2></FONT><FONT size=2></FONT><BR><BR>Thanks Wallace. 
</DIV></BODY></HTML>