Hi,

I want to create a code, which basically adds one to the last customer ID, and shows it in a combo/list box.

For example, if the last customer ID used is 7, then it would add one, and show 8 in the combo/list box.

Is this possible? How do I get this started? I have no clue what so every how to do this, so need major help.

Thanks

Recommended Answers

All 2 Replies

>Auto Customer ID generator. Is this possible? How do I get this started?

Use AutoNumber column type in case you are using MS-Access. For MS-SQL server, set Identity column (autonumber) attribute.

I dont understand the "For MS-SQL server, set Identity column (autonumber) attribute."? thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.