If I Select * from a Database...
How do I place the fields into TextBoxes?
Instead of selecting all should I specify each field or something? Please Explain...
I want to use a Select * SQL statement....
then put the first record into textbox fields... How?
Perform some calculations....
Then move to the next record. How?
Thanks for any help...
I am trying to determine the amount of time between Date1 and SystemDate. How do I do this without writing a long complicated module.... is there a built in function?
Basically its like this I need to compare Date1 to Date2 and If the 2 dates are withing 3 days forward or 3 days back of each other then perform whatever module from there... with my skill level (LOW)... I can only break each date down into month... day... year... then go through a huge module...
Does anyone see what I am doing wrong?
I can Insert a single field.... But when I try and insert 2 fields I get this error. Syntax error (missing operator) in query expression I am trying to do this in VB 2005.
InsertCmd = New System.Data.OleDb.OleDbCommand("Insert Into Result (Ani, Xdate...
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.