Count Records In Make Table Query?

L

Ladybird

How is an Incremental Number or a Count records assigned to a field when
using a
Make Table query?
 
D

Dan Artuso

Hi,
Does this help? Autoincrement is your incremental field:

CREATE TABLE Code3 (
ID AUTOINCREMENT,
Account TEXT(50),
Code MEMO,
Active Bit,
Hits int,
Rotation int
)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top