Automatic Numbering of Records. Renumber Counter on Add, Delete. Row Numbers in Microsoft Access.

  Рет қаралды 35,337

Computer Learning Zone

Computer Learning Zone

Күн бұрын

Пікірлер: 48
@mubeezimicah5678
@mubeezimicah5678 3 жыл бұрын
i just love the logic you used
@599CD
@599CD 3 жыл бұрын
Thanks!
@kurumbot
@kurumbot 8 ай бұрын
Thanks a lot ! I used this using a query to count specific data. :)
@599CD
@599CD 8 ай бұрын
You're welcome
@ራማፅዮን8617
@ራማፅዮን8617 8 ай бұрын
What a great solution for my work!
@ZahidKhan-mb6oc
@ZahidKhan-mb6oc 3 жыл бұрын
Very useful and simple solution. Thanks a lot Richard. You are great....
@599CD
@599CD 3 жыл бұрын
Many thanks!
@smallwoodrh
@smallwoodrh 3 жыл бұрын
Nice video. Another interesting topic would be adding number logic to your auto numbers and how to reset auto numbers when testing your tables/database.
@599CD
@599CD 3 жыл бұрын
You mean something like this: 599cd.com/counter And resetting your AutoNumbers is just a matter of compacting, but yes, always helps to mention that. Thanks!
@AlaIsmail2012
@AlaIsmail2012 3 жыл бұрын
Thank you...your solution is simple and effective.
@599CD
@599CD 3 жыл бұрын
Glad it helped
@Ziahasan222
@Ziahasan222 Жыл бұрын
Awesome... Great. Thanks you sir.
@599CD
@599CD Жыл бұрын
Welcome
@thesantosfamily
@thesantosfamily 4 ай бұрын
Thank you!
@jayd3578
@jayd3578 3 жыл бұрын
Thank you for doing that video.
@599CD
@599CD 3 жыл бұрын
My pleasure!
@sajidambar9425
@sajidambar9425 3 жыл бұрын
Very Nice !, Sir. Thanks
@599CD
@599CD 3 жыл бұрын
Most welcome
@lylebailey-sq2ek
@lylebailey-sq2ek 3 жыл бұрын
is this right =iff(IsNull([customerid]),Null,DCount("customerid","customert","customerid
@599CD
@599CD 3 жыл бұрын
It's IIF, not IFF. Common mistake. And sure, you can use a query or a table for your form's record source.
@69woogie
@69woogie 2 жыл бұрын
Thanks for another great video. I have a question. when I used this on a sub form, subsequent form do not start at one. what have I done wrong?
@599CD
@599CD 2 жыл бұрын
Can't tell without seeing it
@aaliyah_expressions
@aaliyah_expressions Жыл бұрын
Hey @ComputerLearningZone Is there a way to keep count of how many times a client comes in when they have pre-paid for ex:5 sessions and restart after used I want it to be highlighted and or notify me. Or should I use Excel instead?
@599CD
@599CD Жыл бұрын
If your needs are simple sure go ahead and use Excel. Once you outgrow that and you got hundreds of customers and it's hard keeping track of them in Excel then switch over to Access. Even I don't use Access for everything. But if you wanted to put this in Access just have a customer form and then on their order form track their visits and the order details perhaps. There's a million ways to do it. 599cd.com/qq
@petervansoestdevrolijkeboe3320
@petervansoestdevrolijkeboe3320 Жыл бұрын
Is there a way to make this work when you don't display ALL the records in a table? Like in a query where you display a specific selection of the table but still want to number the output rows like 1, 2, etc..
@599CD
@599CD Жыл бұрын
Sure you would just have to base the calculation on the query instead of the table directly. Post this question in the forum on my website and we can discuss it in more detail. I don't check KZbin comments that often.
@petervansoestdevrolijkeboe3320
@petervansoestdevrolijkeboe3320 Жыл бұрын
@@599CD HI Richard, I did post it on the forum, but it was removed (by a moderator?) and I don't understand why
@599CD
@599CD Жыл бұрын
Peter, I get emailed a copy of anything removed by a moderator, and I don't recall seeing that. Perhaps it was a glitch. Post it again and let me know when you do. amicron@gmail.com
@kurumbot
@kurumbot 8 ай бұрын
@@599CD Thank You for this reminder. :) I forgot that I can also use this in a query. :)
@suonvirakvichetra844
@suonvirakvichetra844 2 жыл бұрын
Hello Computer Learning Zone, I use the formula to count from a query with custom sorting instead of a table. But it doesn't seem to show the number in the correct order. Can you please help me?! Thank you.
@599CD
@599CD 2 жыл бұрын
I'm not a psychic. I can't fix what you've done without seeing it. :)
@PAKITWORLD
@PAKITWORLD Жыл бұрын
Sir i have one saleTbl and one customerTbl i want to create customer ledger with running balance...problem is that i have unique customer id ..but have same bill no. For example one customer is john and his bill no 1 ..socend customer is smith and his bill no 1 ...when i want to create a query of running balance its not work fine...please guide me sir
@599CD
@599CD Жыл бұрын
Check Register: 599cd.com/CheckRegTH
@justene9344
@justene9344 2 жыл бұрын
Can you add these number to a table rather than a form? If so, how do you approach this?
@599CD
@599CD 2 жыл бұрын
I get a ton of questions every day, and I don't have time to answer them all here on KZbin. Feel free to submit your question on my website at: 599cd.com/AskYT
@PAKITWORLD
@PAKITWORLD Жыл бұрын
If i create query of running balance from one table then its work fine....but if i try one from one table that contain all customer then its problem
@599CD
@599CD Жыл бұрын
OK
@selvarajandiappa3143
@selvarajandiappa3143 2 жыл бұрын
Hi Richard.. On numbering format can we set "YYMM-0000
@599CD
@599CD 2 жыл бұрын
Sure!
@amirhosseinrezaei4723
@amirhosseinrezaei4723 3 жыл бұрын
Hi Richard I have some problem I use manual atomic number with " = Nz(Dmax("[ID]";"[Table_Name]");0)+1" this formula And error "Name# " please help me ............................. I have more problem more 2 years..............
@599CD
@599CD 3 жыл бұрын
Use commas, not semicolons. At least in the English version.
@hotwebs
@hotwebs 2 жыл бұрын
May I know, which part is having a problem, white hair is getting more xD Table Name: Item Tracing1 ID: Auto Number Box Number: Short Text I got Error below code: = IIf(IsNull([ID]),Null,Nz(DCount("ID","Item Tracing1","Box Number=" & [Box Number] & "AND ID
@599CD
@599CD 2 жыл бұрын
Well, I see you're missing a space before the word AND.
@sajad2126
@sajad2126 3 жыл бұрын
Hi, when i sort list Z to A row numbers get descending
@599CD
@599CD 3 жыл бұрын
That sounds right
@arul6975
@arul6975 Жыл бұрын
It was a fine video but your accent was too fast. sometimes it was not easy to understand.
@599CD
@599CD Жыл бұрын
Well, that's just me, I guess. :)
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 2,7 МЛН
Officer Rabbit is so bad. He made Luffy deaf. #funny #supersiblings #comedy
00:18
Funny superhero siblings
Рет қаралды 18 МЛН
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 81 МЛН
Un coup venu de l’espace 😂😂😂
00:19
Nicocapone
Рет қаралды 9 МЛН
How to Manually Enter Values into an Autonumber Field in MS Access
12:27
Sean MacKenzie Data Engineering
Рет қаралды 7 М.
How to Create a Form with a Subform to Show Related Records in Microsoft Access
29:19
How to Extract Files from an Access Attachment with VBA
30:52
codekabinett.com/en
Рет қаралды 8 М.
SEARCH FORM - Searching while Typing in Microsoft Access.
12:46
Edcelle John Gulfan
Рет қаралды 11 М.
Auto Serial Number in Access Continous Form
10:10
MCi Tech
Рет қаралды 13 М.
🕊️Valera🕊️
00:34
DO$HIK
Рет қаралды 2,7 МЛН