Hi,
This is probably such a simple thing to do but i just dont know how...
txtDateRecieved.Text = mobjADORst.Fields("DATERECIEVED")
which contains "2009/10/01 11:23"
I need to split the contents into 3 fields:
txtDate should contain "2009/10/01"
txtHour should contain "11"
txtMinu should...
Good day,
Please advise why i'm getting the following error.
380 - Invalid property value
I have the same code on a different form and it works...
Thanks
Private Sub Command2_Click()
Dim mstrSQL As String
Dim list_item As ListItem
On Error GoTo LocalError
mstrSQL =...
Hi,
Please help.
I've have a listview that contails 10 columns. The records listed in the control change based on the month selected.
I now need to display a sub total at the end of the timespent column and dont have a clue how to do this...
I've searched all over the net and was only able...
Hi,
I am relatively new to VB6 and have the following problem:
I need to create a "audit trail" of what has happed in the form and display it in a rich textbox. So basically I want to add the value of textbox1 to the end of the existing contents in richtextbox1 when I save the form.
How do I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.