Hello All,
I find myself not knowing what to do again!!
I have a form that displays around 60 textbox controls.
These controls are set out on a form as if the form were a landsacape document and pull records from a database when the user chooses to.
This all works and prints fine.
My problem...
Hi Guys,
Can anyone help me with my SQL here,
the recordset pulls a field called [field_name] but it must not = the var "progenyname" or the text values 'Unknown2' and 'Unknown'
The code below runs but still picks out the 'Unknown2' for some reason.
Any thoughts are very welcome...
Hi Guys,
Can any one tell me whats wrong with my syntax in my Select statment below.
It runs if i just query field_1 on its own, but when I add the OR it wont go??
Any suggestions are very welcome.
Thanks
Set rs2 = db2.OpenRecordset("SELECT * " & _...
Hi P
Right so If i were to use that example on form34, would I just replace Text 1 with a list of all my form controls?
like
Private Sub Form_Resize()
Dim Factor As Double
With Me
If .Width < 5000 Then .Width = 5000
.Height = .Width * (4 / 5)
Factor = .Width / 5000
End With
With...
Hi P
Yes the form 34 is a child form.
I have a resize control modual that form34's On_load & On_resize events were calling, this was to keep all the controls on the form in proportion to the form34 if it were resized, if I remove these references to the modual the form resizes in and out by...
Hi,
This is my first post here so I hope Im in the right forum.
Im pretty new to VB6 and have got a little stuck with my app(Just a pet project I have).
I have a MDI form
On the left of the MDI I have a picture box control im using as a container for my search records controls, when a search is...
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.