Sniper-BoOyA-
Registered User.
- Local time
- Today, 09:58
- Joined
- Jun 15, 2010
- Messages
- 204
First i have to say i appreciate all your help and patience. I know i am not the best one when it comes to programming, and especially in VBA, so therefore thanks for having the patience.
Anyways, this is what i did :
Changed the Table Bitumen, first for Laborant, it looked into tbllaborant for the name and initials, which resulted in the textbox being a dropdownmenu.. I made it a normal textbox instead.
I made a new form called Bitumen_Afkorting (english : Bitumen_Initials)
I made a textbox and defined it as =fGetEmpName(). Which works perfect.
Then i added a subform, which is the form i made earlier called Bitumen.
But then without the dropdownmenu for the users. I deleted it, and made a normal textbox instead, and defined the value as =fGetEmpName(), plus i defined the controlsource as Laborant from table Bitumen.
Thats where it gets messed up.
When u navigate through the records, using the new form, it seems to work perfect.
I see the initials of the person who worked on the data-entry, but when as soon as i get to a new and empty record, it takes the initials of the person who logged in, which is good, but it wont let me enter anything.
So that brings me to question 1 :
Do you have any idea what causes this?
And secondly,
Person A enters data into the database, and closes it. The next day Person B makes changed to the data-entry of Person A, is it possible that the Initials will change as soon as changes are being made.
Ive tried to do it within access itself using the different Event options, but no luck yet.
Again, the database is around 7mb now, so i can not upload to give u an idea of how i made it.
Is it possible to .rar the database, and devide it into 2mb files, and add them one at a time/ or all at once even ?
Anyways, this is what i did :
Changed the Table Bitumen, first for Laborant, it looked into tbllaborant for the name and initials, which resulted in the textbox being a dropdownmenu.. I made it a normal textbox instead.
I made a new form called Bitumen_Afkorting (english : Bitumen_Initials)
I made a textbox and defined it as =fGetEmpName(). Which works perfect.
Then i added a subform, which is the form i made earlier called Bitumen.
But then without the dropdownmenu for the users. I deleted it, and made a normal textbox instead, and defined the value as =fGetEmpName(), plus i defined the controlsource as Laborant from table Bitumen.
Thats where it gets messed up.
When u navigate through the records, using the new form, it seems to work perfect.
I see the initials of the person who worked on the data-entry, but when as soon as i get to a new and empty record, it takes the initials of the person who logged in, which is good, but it wont let me enter anything.
So that brings me to question 1 :
Do you have any idea what causes this?
And secondly,
Person A enters data into the database, and closes it. The next day Person B makes changed to the data-entry of Person A, is it possible that the Initials will change as soon as changes are being made.
Ive tried to do it within access itself using the different Event options, but no luck yet.
Again, the database is around 7mb now, so i can not upload to give u an idea of how i made it.
Is it possible to .rar the database, and devide it into 2mb files, and add them one at a time/ or all at once even ?