Safari Member Local time Today, 20:32 Joined Jun 14, 2021 Messages 95 Dec 21, 2021 #1 HI ALL , PLEASE I WANT TO MAKE QUERY USING VBA CODE FORM NAME : STORES COMBOBOX : STORE COMMAND : COMMAND3 WHEN I PRESS COMMAND3 .. SELECT STOREID CODE FROM COMBOBOX THEN RESULT IN QUERY DEBEND ON COMBOBOX NUMBER PLEASE HELP Attachments test.accdb test.accdb 3.3 MB · Views: 208
HI ALL , PLEASE I WANT TO MAKE QUERY USING VBA CODE FORM NAME : STORES COMBOBOX : STORE COMMAND : COMMAND3 WHEN I PRESS COMMAND3 .. SELECT STOREID CODE FROM COMBOBOX THEN RESULT IN QUERY DEBEND ON COMBOBOX NUMBER PLEASE HELP
arnelgp ..forever waiting... waiting for jellybean! Local time Tomorrow, 02:32 Joined May 7, 2009 Messages 20,740 Dec 21, 2021 #2 check if this is correct. view the code on the button. Attachments test (1).accdb test (1).accdb 3.7 MB · Views: 203
oleronesoftwares Passionate Learner Local time Today, 10:32 Joined Sep 22, 2014 Messages 1,098 Dec 21, 2021 #3 Pat Hartman said: If you don't know how to write SQL, start by using the QBE (Query By Example) Click to expand... Following on @Pat Hartman's suggestion, below are two articles you can read. MS Access - Query Data A query is a request for data results, and for action on data. You can use a query to answer a simple question, to perform calculations, to combine data from different tables, or even to add, change, or delete table data. www.tutorialspoint.com Access 2016: Designing a Simple Query When designing an Access query it can be simple or more complex. In Access simple query guidelines let you pull important data. edu.gcfglobal.org Also read up combo box properties to know which properties to manipulate. Cheers
Pat Hartman said: If you don't know how to write SQL, start by using the QBE (Query By Example) Click to expand... Following on @Pat Hartman's suggestion, below are two articles you can read. MS Access - Query Data A query is a request for data results, and for action on data. You can use a query to answer a simple question, to perform calculations, to combine data from different tables, or even to add, change, or delete table data. www.tutorialspoint.com Access 2016: Designing a Simple Query When designing an Access query it can be simple or more complex. In Access simple query guidelines let you pull important data. edu.gcfglobal.org Also read up combo box properties to know which properties to manipulate. Cheers
Safari Member Local time Today, 20:32 Joined Jun 14, 2021 Messages 95 Dec 22, 2021 #4 arnelgp said: check if this is correct. view the code on the button. Click to expand... VERY GOOD