M
Mr. B
I'm 'verrrry' new to DB's... never have used them in the past. And I'm a
week-end programmer (ie: for 'fun' rather than work).
But now I'm trying to develope a rather complicated Windows Form using
MSAccess db files. Our company inputs our weekly time sheets into a MSA db...
it then gets imported to another application to process.
Our current DB User interface sucks (no one likes it). So I'm trying to make
one that is more user friendly.
I'm able to connect to the MSA db. And I'm now starting to work on my skills
to get into the DB and all...
What I'm stuck at currently is getting the information out of a column and
into a ComboBox. I've the MS ADO.net book by David Sceppa, but it's a bit
over my head at times.
The information I'd like to get would be (say) project numbers (of course I'll
want the others). But one step at a time.
The DataSet1 has the main Table:
MASTER_JCM_JOB_1
with the following columns
DESCRIPTION <--- Project Name
JOB <--- Project Number
STATUS <--- Project Active (yes/no)
I've a Combox and have done the DataBinding to MASTER_JCM_JOB_1+JOB.
But of course when I run the app, I just get the first line.
What's the trick to fill the combox with JOB? I can get the COUNT of JOB.
But the ComboBox1.Items.Add(NewInfo) has be stumped.
Much appreciated on any help...
(no doubt I'll be back with more <grin>)
Regards,
Bruce
week-end programmer (ie: for 'fun' rather than work).
But now I'm trying to develope a rather complicated Windows Form using
MSAccess db files. Our company inputs our weekly time sheets into a MSA db...
it then gets imported to another application to process.
Our current DB User interface sucks (no one likes it). So I'm trying to make
one that is more user friendly.
I'm able to connect to the MSA db. And I'm now starting to work on my skills
to get into the DB and all...
What I'm stuck at currently is getting the information out of a column and
into a ComboBox. I've the MS ADO.net book by David Sceppa, but it's a bit
over my head at times.
The information I'd like to get would be (say) project numbers (of course I'll
want the others). But one step at a time.
The DataSet1 has the main Table:
MASTER_JCM_JOB_1
with the following columns
DESCRIPTION <--- Project Name
JOB <--- Project Number
STATUS <--- Project Active (yes/no)
I've a Combox and have done the DataBinding to MASTER_JCM_JOB_1+JOB.
But of course when I run the app, I just get the first line.
What's the trick to fill the combox with JOB? I can get the COUNT of JOB.
But the ComboBox1.Items.Add(NewInfo) has be stumped.
Much appreciated on any help...
(no doubt I'll be back with more <grin>)
Regards,
Bruce