Hi,
Before posting anything here I searched google and the forum but unfortunately could find a solution.
The problem is, user enters max. 80 characters, program reads the input and reverse the sentence.
Example: Input is "This is just an example"
Output should be "example an just is this"...
Hi,
When I change the value of combo box, it gives me this
" Run-Time error '2001' You canceled the previous operation "
here is the code...
Private Sub cmbSize_Click()
Dim ebat As Variant
Dim idno As Integer
idno = Me.cmbStyleID.Column(0)
ebat = Me.cmbSize.Column(0)
Me.txtUnitPrice =...
Hi,
How can I add a value from a form to a value in a table.
There is already a value in the table, whatever I type to textbox is going to be added to the value in that table, and at the same time it will be deducted from another table.
Thank you for your reply.
Hi,
It may be simple but I could not figure out a way to take care of it.
Simply the problem is...
2 combox on a form, the value in 1st box will give me the row number and the second combo box will define the row name, so that the value can be sent to a text box.
Propably this can be done by a...
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.