Oct 28, 2003 #1 iomega Technical User Mar 19, 2002 12 BE Can you help me ? It's possible to open a data access page (xml page) with a new record and not with the last record saved? At this moment when i open this page i have already the last record on my form. Thank you for your feedback. Regards,
Can you help me ? It's possible to open a data access page (xml page) with a new record and not with the last record saved? At this moment when i open this page i have already the last record on my form. Thank you for your feedback. Regards,
Oct 28, 2003 2 #2 SQLBI IS-IT--Management Jul 25, 2003 988 GB iomega, Not really used data access pages, but the Code: DoCmd object supports the Code: GoToRecord method which might be what you're looking for. Put the following into the OnOpen event of the page/form Code: DoCmd.GoToRecord, , acNewRec Hope this helps. Leigh Moore Solutions 4 MS Office Ltd http://www.solutions4msoffice.co.uk Upvote 0 Downvote
iomega, Not really used data access pages, but the Code: DoCmd object supports the Code: GoToRecord method which might be what you're looking for. Put the following into the OnOpen event of the page/form Code: DoCmd.GoToRecord, , acNewRec Hope this helps. Leigh Moore Solutions 4 MS Office Ltd http://www.solutions4msoffice.co.uk