Re: Populating the data of two Textboxes into One textbox
- From: "Douglas J Steele" <NOSPAM_djsteele@xxxxxxxxxxxxxxxxx>
- Date: Tue, 10 Jan 2006 13:18:19 -0500
What does "not working" mean?
Do you get an error? If so, what is it? If you don't get an error, are you
getting some value, just not the value you're expecting? If you are getting
some value, how does it differ from what you're expecting?
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"FA" <October.April@xxxxxxxxx> wrote in message
news:1136914287.883289.6070@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I have created the following funtion and but its not working,
>
> Public Function CalculateFindingNo(Val1 As String, Val2 As Date) As
> String
> CalculateFindingNo = Val1 & Val2
> End Function
>
> I have txtbox1 (providing Val1) , txtbox2 (providing Val3) and txtbox3
> showing the result of the function.
>
> I am calling in the AfterUpdateEvent of txtbox2
> Me.txtbox3 = CalculateFindingNo(Me.txtbox1, Me.txtBox2)
>
> Its not working folks
>
> Pleae help
>
> Moe
>
.
- References:
- Populating the data of two Textboxes into One textbox
- From: FA
- Re: Populating the data of two Textboxes into One textbox
- From: FA
- Re: Populating the data of two Textboxes into One textbox
- From: John Vinson
- Re: Populating the data of two Textboxes into One textbox
- From: FA
- Re: Populating the data of two Textboxes into One textbox
- From: John Vinson
- Re: Populating the data of two Textboxes into One textbox
- From: FA
- Re: Populating the data of two Textboxes into One textbox
- From: FA
- Populating the data of two Textboxes into One textbox
- Prev by Date: Re: Form Linked to Table w/Set Choices
- Next by Date: Re: Help with Time Stamp fields
- Previous by thread: Re: Populating the data of two Textboxes into One textbox
- Next by thread: Populating the data of two Textboxes into One textbox
- Index(es):
Relevant Pages
|