|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
I have a database with employees. How can I display just one specific eploee record on DAP?
|
|
Use the serverfilter method
msodsc.RecordsetDefs("<your_recordset_name>").ServerFilter = "<Employee_name_field_name> = '" & <employee_name> & "'" msodsc.GetContainingSection(me).DataPage.Requery
Paul D
"wojt001" <wczwerenko[ at ]tlen.pl> wrote in message news:1158655684.451503.220350[ at ]m7g2000cwm.googlegroups.com... :I have a database with employees. How can I display just one specific : eploee record on DAP? :
|
|
|