Re: Add Record with multiple textboxes
- From: "tina" <nospam@xxxxxxxxxxx>
- Date: Fri, 23 Dec 2005 02:54:37 GMT
you're welcome :)
"AccessVBANewbie via AccessMonster.com" <u16788@uwe> wrote in message
news:593df18fb3a1c@xxxxxx
> thanx Tina! it worked!!! treat u to dinner sometime ya? heh
>
>
> tina wrote:
> >don't reference the .Text property of your controls, because that's what
> >requires that the control have the focus. instead, reference the .Value
> >property. and since the .Value property is the default property, all you
> >have to do is reference the control, as
> >
> >Me!txtTesting
> >
> >rather than
> >
> >Me!txtTesting.Text
> >
> >carry that syntax all the way through the procedure.
> >
> >hth
> >
> >> hi all ace VBA users out there! Can anyone give me a sample coding of
adding
> >> a new row of record to a table with the source data from multiple
textboxes?
> >[quoted text clipped - 46 lines]
> >>
> >> End Sub
>
> --
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200512/1
.
- References:
- Add Record with multiple textboxes
- From: AccessVBANewbie via AccessMonster.com
- Re: Add Record with multiple textboxes
- From: tina
- Re: Add Record with multiple textboxes
- From: AccessVBANewbie via AccessMonster.com
- Add Record with multiple textboxes
- Prev by Date: Re: Multi-user Moving to the next unlocked record in a Table
- Next by Date: Re: Checking for value in a table
- Previous by thread: Re: Add Record with multiple textboxes
- Next by thread: RE: Printing Data Access pages
- Index(es):
Relevant Pages
|