Microsoft
Software
Hardware
Network
Question : how to add two textboxes in access form to display in another textbox
I have a form in access 2000. I have a 3 unbound textboxes and one command button.
the datatype of textboxes is number.
If I code command button : me.textbox4 = me.textbox0 + me.textbox2
the equation works except when a number is not inputted into textbox0 or textbox2.
Can you tell me why this is?
and how can I have the number add anyways - even if one of two textboxes is empty?
thank you
Answer : how to add two textboxes in access form to display in another textbox
In the above code, the NZ function changes "nulls" to zeros, which can be added for a sum to be shown in the texbox4.
Random Solutions
Access 2003 on a Win2k PC. "Your Microsoft office Access database contains a missing or broken reference to the file DAO360.dll version 5.0
Dead Motherboard, anyway to migrate printers from one XP machine to another
VB.NET: a correct size of stream buffer
VB.net WebBrowser read from Stream
Client side javascript enabling fields in a listview
Visual Studio 2008 workflow & architecture
McDonalds WiFi HotSpot - problem connecting
user level security on access 2003 database
How to refresh listview webpart in datasheet view programatically or javascript in wss 3.0?
XL97 HowTo use xlMarkerStylePicture?