using excel file for database

  • Thread starter Thread starter sympatico
  • Start date Start date
S

sympatico

Heres the situation: I currently have an excel file with approximately 3500
project entries
with fields such as job number, management, address, project description,
type, etc.,

Is there a way to make a gui program where a typical user can search the
database (excel file) and display the results in a textbox?,

Generally as follows:
1) User enters text in combobox to search for number, address, name, etc.,
then hits go button,
2) program reads excel file
3) user info is displayed in textbox ( display shows all fields based on
input, such as job number, address, descript, etc)

so if I type washington, it will display all the projects with washington in
it
 
Heres the situation: I currently have an excel file with approximately
3500
project entries
with fields such as job number, management, address, project description,
type, etc.,

Is there a way to make a gui program where a typical user can search the
database (excel file) and display the results in a textbox?,

Generally as follows:
1) User enters text in combobox to search for number, address, name, etc.,
then hits go button,
2) program reads excel file
3) user info is displayed in textbox ( display shows all fields based on
input, such as job number, address, descript, etc)

so if I type washington, it will display all the projects with washington
in
it

HOWTO: Use ADO.NET to Retrieve and Modify Records in Excel
http://support.microsoft.com/?id=316934

Cheers

Arne Janning
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top