Thanks harfang. Sorry, but I am not sure what you mean for me to do. I am attaching a small version of the DB. If you open the form "LineItem", then double click on the LRU Code field - another form "DrawingProgress" will open that has a checkbox at the end of the record. What I need to happen is if you check the check box, the ID to the left of the checkbox will fill in to the field "DrawingId" on the previous form for the selected record. Then if you uncheck the box it will remove the Id from the previous form. Also, on close the the Drawing Progress Form need the check boxes to clear.
Hope this makes sense and thanks in advance for your help and knowledge!
Main Topics
Browse All Topics





by: harfangPosted on 2009-11-05 at 09:00:34ID: 25751520
Hi mlaurin,
ols("Drawi ngID") = Me.DrawingID ols("Drawi ngID") = Null
D = Me.DrawingID
Please upload images and not Word documents for illustration; I wasn't able to open your document...
To change a value in another form:
Forms("frmMainForm").Contr
Forms("frmMainForm").Contr
Shortcut:
Forms!frmMainForm!DrawingI
(°v°)