Hello!

techzenithafrica

New member
Local time
Today, 11:23
Joined
Mar 13, 2022
Messages
2
I am Eze Miller Sampson from Nigeria.

I am glad to join this Forum.

Thanks.
 
Welcome to the forums! We are the most active Microsoft Access community on the internet by far, with posts going back over 20 years!

To get started, I highly recommend you read the post below. It contains important information for all new users to this forum.

https://www.access-programmers.co.uk/forums/threads/new-member-read-me-first.223250/

We look forward to having you around here, learning stuff and having fun!
 
Please l have a problem a problem creating a form.

I used a query to create a form with serial number from 1-10 but in the form, the numbers are scattered like numbering from 3, 5, 1...

How do I make the numbering to start from 1-10?

Thanks.
 
Hi. Welcome to AWF!

You might want to start a new thread in the Forms forum.
 
Hello, Eve, and welcome.

theDBguy is correct that normally you start questions in the technical forums. This is an introductory forum for new members. But it isn't a terrible thing to ask a question in the intro message. I ASSURE you it isn't the first time that has happened. The short answer to your question is that if you want something in a particular order then use an ORDER BY clause in the underlying query that is the form's .RecordSource OR use the ORDER BY property of the form.

 

Users who are viewing this thread

Back
Top Bottom