Re: Add Record with multiple textboxes

Tech-Archive recommends: Fix windows errors by optimizing your registry



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


.



Relevant Pages

  • Re: list
    ... Heh, thought the reference to Visual Fred would've been enough. ... newsgroups. ... the control the OP speaks of doesn't sound like ...
    (microsoft.public.vb.controls)
  • Re: Add Record with multiple textboxes
    ... thanx Tina! ... >don't reference the .Text property of your controls, ... >requires that the control have the focus. ...
    (microsoft.public.access.modulesdaovba)
  • Re: Cessna 172R from Telluride to Aspen
    ... Tina wrote: ... led to an increased accident rate. ... Have a reference for those studies? ...
    (rec.aviation.piloting)
  • RE: Built in function errors.
    ... located on other tabs in a tab control. ... I had to find a way to use the reference. ... TLBs on the client computer. ... reselect libraries simply makes the application not worth building using ...
    (microsoft.public.access.modulesdaovba)
  • Re: Reference forms and fields with variables
    ... There are so many ambiguities here, that it may not really help to follow ... If Field2 is a field in the underlying recordset, ... but the reference is unstable. ... LinkChildFields property of a subform is NOT represented by a control in the ...
    (microsoft.public.access.formscoding)