just want to know the correct synthax for creating a table in access database using vb
myqry = "CREATE TABLE HoldInvoide'" & k & "'(Barcode varchar(20) not null Primary Key, ItemName varchar(40) not null, Quantity int , Price double, Total double)"
k is a variable
i want to create a table called HoldInvoice1 then HoldInvoice2 ....