Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I would like the endusers to be able to click a button and create his/her own queries using a windows form.

 

The endusers are used to being able to create queries on the fly in an Access database that we are moving away from. And the new database is in SQL and VB.net.

 

Any ideas on how to accomplish this query form?

 

TIA

  • Moderators
Posted
Most of this can be done with great ease if they will create the query based on one table, but if you want them to build on multiple tables using Joins, it won't be so simple.
Visit...Bassic Software
Posted

This will need to be done where they can query multiple tables. Is this something that can be done through Crystal Reports? I am unfamiliar with this so please bear with me.

 

Thanks for your input

  • Moderators
Posted

You said ... the endusers to be able to click a button and create his/her own queries using a windows form. "

 

Will you provide Field names (in a ComboBox) and a textbox where they can enter a value, or something like that?

 

I may have miss-understood, can you explain.

Visit...Bassic Software
Posted

enduser query form

 

If it is possible, I would like for them to be able to click a button on the main form that will open up a query form ...

 

basically after that I would like to make it as simple as possible. Something along the lines of creating a query in Access, where they can choose the tables and create the query from there involving joins, etc.

 

combo boxes for selecting tables

combo boxes for selecting fields

ability to join tables, etc.

 

I am starting at ground zero, so any suggestions, etc. are welcome.

 

Thank you...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...