Hello everyone. Let me first apologize if I do not use the correct terms for things. I am new to access and have made only a few databases buy just figuring them out or with countless hours searching forms like this one for solutions. I a not very savy with VB terms and such and most of the time i'm like this :banghead:
Ok, So here is what i am needing help with. I have a field in my table labeled "Photo ID" that people can currently manually input the value to in a form. I need to be able to set the field to automatically generate a number in a certain format after the rest of the form has been filled out. The format being current Year "-" current month "-" the next number. For example the entries would look like 2015-09-350, 2015-09-351, etc. I cant seem to figure this out.
I also need to have a form setup so others can set a starting point for this number since it is being used as a backup database for when/if our current one goes down to keep the information correct when it is transferred over to the actual program we use. So if the last "Photo ID" entry is like "2015-09-351" we can set the next one to start at like "2015-09-490".
Again I am not great at VB or access. Any and all help would be greatly appreciated.
*Edit* Im not sure if it matters or not but this will be ran in access runtime enviroment.
Ok, So here is what i am needing help with. I have a field in my table labeled "Photo ID" that people can currently manually input the value to in a form. I need to be able to set the field to automatically generate a number in a certain format after the rest of the form has been filled out. The format being current Year "-" current month "-" the next number. For example the entries would look like 2015-09-350, 2015-09-351, etc. I cant seem to figure this out.
I also need to have a form setup so others can set a starting point for this number since it is being used as a backup database for when/if our current one goes down to keep the information correct when it is transferred over to the actual program we use. So if the last "Photo ID" entry is like "2015-09-351" we can set the next one to start at like "2015-09-490".
Again I am not great at VB or access. Any and all help would be greatly appreciated.
*Edit* Im not sure if it matters or not but this will be ran in access runtime enviroment.