I have used the following code:
the question is how do i search a specific field in a Parent table. I have tried the where command, but get an error
Dim db As Connection
Set db = New Connection
db.CursorLocation = adUseClient
db.Open "PROVIDER=MSDataShape;Data...
I have a database that contain records based on the ID nr of a person
the two tables a named:
Customer_Info (Parent table)
Customer_Vid (Child table)
The relationship is set at ID nr in both tables.
Is there a way that I can view in a datagrid the Customer_Vid details the is pertaining to...
i have a problem calculating textboxes.
Let say that I have 3 textboxes: txtval1, txtval2 and txtval3
then I have a textbox that contains a formula called txtFormula and one called txtresult
is there a way that I can calculate whatever formule is placed in txtformula and have the result show...
I have a textbox that have certain formulas which can change for example I have the following:
text1.text="ac123+af221*3-ag001"
I want to take a formula and seperate the string into different textboxes:
text2.text="ac123"
text3.text="+"
text4.text="af221"
text5.text="3"
text6.text="ag001"
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.