P
peljo via AccessMonster.com
When i make a new table, sometimes,but not always, the products are not
sorted in an ascending order, i do now know why but it happens.My commmand
with which i make the table is the folowing
Private Sub Command6_Click()
Dim strProducts As String
strProducts = " SELECT products.Productid, products.branch0 , products.items0
INTO ProductsTemp FROM products"
CurrentDb.Execute strProducts
End Sub
I am applying an attachement.In this atachement the command has made a table
where the last product is number 467. There are however also products number
471,472 and 473 but they are placed somehow higher u in the table, not below
467.What could i add on in my command so that to avoid such cases and the
products be arranged in their ascending order ?
sorted in an ascending order, i do now know why but it happens.My commmand
with which i make the table is the folowing
Private Sub Command6_Click()
Dim strProducts As String
strProducts = " SELECT products.Productid, products.branch0 , products.items0
INTO ProductsTemp FROM products"
CurrentDb.Execute strProducts
End Sub
I am applying an attachement.In this atachement the command has made a table
where the last product is number 467. There are however also products number
471,472 and 473 but they are placed somehow higher u in the table, not below
467.What could i add on in my command so that to avoid such cases and the
products be arranged in their ascending order ?