|
From: Namita on 19 Dec 2005 06:40 Hi I have used submit button in the form view and it works fine i.e. data gets captured. I want to have a look at this Submit button code. Where can I see this?
From: Douglas J. Steele on 19 Dec 2005 07:17 With the form open in Design mode, select the button, then look at the Properties display (if it's not visible, select it from the View menu). Look at the Event tab: presumably the Click event will have [Event Procedure] beside it. Click the ellipsis (...) to the right of that, and you'll be taken to the code in the VB editor. -- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!) "Namita" <Namita(a)discussions.microsoft.com> wrote in message news:280CDF06-2B3C-49C2-B5FF-E66BD6963A37(a)microsoft.com... > Hi I have used submit button in the form view and it works fine i.e. data > gets captured. I want to have a look at this Submit button code. Where can > I > see this?
From: Namita on 6 Jan 2006 09:07 Hi Douglas, Thanks I tried this but doesn't shows me the code. Regards, Namita "Douglas J. Steele" wrote: > With the form open in Design mode, select the button, then look at the > Properties display (if it's not visible, select it from the View menu). > > Look at the Event tab: presumably the Click event will have [Event > Procedure] beside it. Click the ellipsis (...) to the right of that, and > you'll be taken to the code in the VB editor. > > -- > Doug Steele, Microsoft Access MVP > http://I.Am/DougSteele > (no e-mails, please!) > > > > "Namita" <Namita(a)discussions.microsoft.com> wrote in message > news:280CDF06-2B3C-49C2-B5FF-E66BD6963A37(a)microsoft.com... > > Hi I have used submit button in the form view and it works fine i.e. data > > gets captured. I want to have a look at this Submit button code. Where can > > I > > see this? > > >
From: Douglas J Steele on 6 Jan 2006 09:37 What does it have in the box beside the Click event? -- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!) "Namita" <Namita(a)discussions.microsoft.com> wrote in message news:E01005A9-C4A3-458F-A802-46EE671934EB(a)microsoft.com... > Hi Douglas, > > Thanks I tried this but doesn't shows me the code. > > Regards, > Namita > > "Douglas J. Steele" wrote: > > > With the form open in Design mode, select the button, then look at the > > Properties display (if it's not visible, select it from the View menu). > > > > Look at the Event tab: presumably the Click event will have [Event > > Procedure] beside it. Click the ellipsis (...) to the right of that, and > > you'll be taken to the code in the VB editor. > > > > -- > > Doug Steele, Microsoft Access MVP > > http://I.Am/DougSteele > > (no e-mails, please!) > > > > > > > > "Namita" <Namita(a)discussions.microsoft.com> wrote in message > > news:280CDF06-2B3C-49C2-B5FF-E66BD6963A37(a)microsoft.com... > > > Hi I have used submit button in the form view and it works fine i.e. data > > > gets captured. I want to have a look at this Submit button code. Where can > > > I > > > see this? > > > > > >
|
Pages: 1 Next: COMBINING 2 DATA TABLES FROM 2 DIFFERENT SOURCES |