Duplicate Form/SubForm/Subform within subform data
OK this is the hardest problem I ever faced in acces..
I found a way to duplicate data from my form and my subform to a new record but I have a subform within my subform and I need this data to follow when I duplicate the subform...
here...
well In my head and on visual too I think :P it's something that contains other control
let's say I want to .visible false 10 textbox, well with a group box I could only .visible = false the group box
When I press Enter and I'm focused on a textbox, The textbox creates another line, and I want it to go to the next field like all the other type of field do... is it possible ?
My forms are too big, but they need to big that big (with lots of listbox textbox and those things) and I can't really open them at the same time as the other forms... what can I do
Ok I already asked some questions about this problems and I managed to go through it and it was ok... but my boss doesn't want it to be ok he wants it to be perfect!
I am no access expert but I Managed to do some really good vb codes and all and my forms look like a calendar but this form is...
Ok I found the problem to my query... I have 4 tbl
Tbl_Submission
Tbl_Production
Tbl_Order
Tbl_Paint
When I query data from the first three tables , it returns my data alright... in the query design. I want to add data from Tbl_Paint, I only Show the Tbl_Paint didn't even add any data in the...
I want it to be different so when the user will get something new on the same order suppose order 0001, well the First time the No_Sub_auto will be 0001, No_Sub will be 0001 but it gets new info like the client want something different, the order have to go through a different process while...
Hello I'm currently working on a DB and I have a question
I have a field in my Submission table which is an auto number for each submission. the field is called No_Sub_Auto.
What I want is to have another field which is called No_Sub and it needs to be the same value as the No_Sub_auto
like...
First of All, Hello i'm new here :p
Secondly, english is only a second language for me so sorry if sometimes i'm not clear enough
and third my question :P
I have a table called Submission Tbl_Submission and there is a field there called Price
What I would want to is : When i Open a...