Apr 21, 2004 #1 paulgenga Programmer Joined Jan 8, 2004 Messages 61 Location KE After upsizing to Adp from mdb I have not been able to use this command to get external obects from my Forms... Forms![Client Form]![Fieldx] Please assist
After upsizing to Adp from mdb I have not been able to use this command to get external obects from my Forms... Forms![Client Form]![Fieldx] Please assist
Apr 21, 2004 #2 TimKThailand Programmer Joined May 26, 2003 Messages 54 Location TH Is this a query-by-form? What object do you use this for, a form record source, list box or combo box? ADP does not support the QBF the way you used to. To optimize SQL Server perfomance, you have to use stored procedures or views. Elaborate more about your problem so we can discuss further. Upvote 0 Downvote
Is this a query-by-form? What object do you use this for, a form record source, list box or combo box? ADP does not support the QBF the way you used to. To optimize SQL Server perfomance, you have to use stored procedures or views. Elaborate more about your problem so we can discuss further.
Apr 22, 2004 Thread starter #3 paulgenga Programmer Joined Jan 8, 2004 Messages 61 Location KE Hi Tim; It is a query-by-form to a refreshed list-box based on the current record of the same form I'm trying to use the View or than SP's. My idea is to enable me have the list box control have only the relevant records for the picking from a Table Please Help Upvote 0 Downvote
Hi Tim; It is a query-by-form to a refreshed list-box based on the current record of the same form I'm trying to use the View or than SP's. My idea is to enable me have the list box control have only the relevant records for the picking from a Table Please Help
Apr 22, 2004 #4 TimKThailand Programmer Joined May 26, 2003 Messages 54 Location TH Check this http://support.microsoft.com/default.aspx?scid=kb;en-us;q281870 out. Upvote 0 Downvote
Apr 22, 2004 Thread starter #5 paulgenga Programmer Joined Jan 8, 2004 Messages 61 Location KE Thank you a great deal. I believe the answer to my problem lie here. Will get intouch as soon as I solve it Paul Upvote 0 Downvote
Thank you a great deal. I believe the answer to my problem lie here. Will get intouch as soon as I solve it Paul