Aug 24, 2003 #1 jonra Programmer Jul 20, 2003 42 SG in my subform,a car number hav mani records..how can i count them n list the number in the main form?pls help..thanks
in my subform,a car number hav mani records..how can i count them n list the number in the main form?pls help..thanks
Aug 24, 2003 1 #2 danvlas Programmer Jul 30, 2002 2,446 RO In your subform footer, create a calculated textbox (NoOfRecords), with the controlsource: =Count(*) In your main form, create a calculated text box with the control source: =[SubformName].Form![NoOfRecords] Good luck Daniel Vlas Systems Consultant http://www.geocities.com/danvlas/AutoMail.html Upvote 0 Downvote
In your subform footer, create a calculated textbox (NoOfRecords), with the controlsource: =Count(*) In your main form, create a calculated text box with the control source: =[SubformName].Form![NoOfRecords] Good luck Daniel Vlas Systems Consultant http://www.geocities.com/danvlas/AutoMail.html
Aug 25, 2003 Thread starter #3 jonra Programmer Jul 20, 2003 42 SG thanks dan..its workin.. Upvote 0 Downvote
Aug 25, 2003 Thread starter #4 jonra Programmer Jul 20, 2003 42 SG another question..i wan to pop up a form if the value is equal or greater than 3...how will the coding goes?.. Upvote 0 Downvote
another question..i wan to pop up a form if the value is equal or greater than 3...how will the coding goes?..