OK, I am building my first ADP today. I need a simple way to select a date from an editbox, press a button that retrieves that date and returns an editable recordset based on that date. Now I'm an expert wit SQL (I'm using SQL server 2000 for the data storage) and C++, but my goal is to use access for quick database edits.
Being a newby to access, I don't know where to start. I can easily return all the rows of my table, but I need only the ones I've selected, and only after I click my button. Any help will be appriciated
Being a newby to access, I don't know where to start. I can easily return all the rows of my table, but I need only the ones I've selected, and only after I click my button. Any help will be appriciated