Link to home
Start Free TrialLog in
Avatar of neutrinohunter
neutrinohunterFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Obtaining Value from a database or datagrid

I am trying to obtain values from a database and ive tried using SQL and a datagrid but nothing seems to be happening except run time error 6153.

What i am trying to do is obtain the value from a column 3 and match it to the text in column 1.

e.g  I have 4 records

dave     Cost = £40
phil       Cost = £20
george  Cost = £30
jamie    Cost = £10

i also need the values to be obtained during each load as the database field will be updated

thx in advance

neutrinohunter

Avatar of schmucje
schmucje

We're going to need a little more information than this.
ASKER CERTIFIED SOLUTION
Avatar of mquiroz
mquiroz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Your question will best be explained with an example