Hi all,
I have a SQL table (dbo.Sales) which contains 5 columns, one of which is “Store”
Store |
Store677 |
Store123 |
I want to create a form, where I can pull all store data from dbo.Sales, column “Store”, and to see it as a dropdown menu. After that I want to add to the same form, a date calendar next to the selected store. After this I want to submit the form/information to a new SQL table (dbo.Sales2)
I would appreciate your help if this is possible and how I could create it.
Thank you.

Report
All responses (
Answers (