Recent content by Grooz13

  1. G

    Duplicate Form/SubForm/Subform within subform

    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...
  2. G

    Does Group Boxes exist in access ?

    damn *extra character*
  3. G

    Does Group Boxes exist in access ?

    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
  4. G

    Does Group Boxes exist in access ?

    I wanted to know if Group Box Control exist in access so when I use some VBA code I can modify lot of things at the same time:confused:
  5. G

    Behavior of the "Enter" key on textbox

    i don't get what you are saying, but in my form linked to the table those field are refered as text
  6. G

    Behavior of the "Enter" key on textbox

    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 ?
  7. G

    Another "Can't open more database" thread

    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
  8. G

    Another "Can't open more database" thread

    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...
  9. G

    Query returns nothing when I add a fourth table...

    thank you very much you are the best it works now :)
  10. G

    Query returns nothing when I add a fourth table...

    will it change anything in my other query I did in my database ?
  11. G

    Query returns nothing when I add a fourth table...

    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...
  12. G

    Question I have a text field and I want it to match the auto number

    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...
  13. G

    Question I have a text field and I want it to match the auto number

    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...
  14. G

    Calculated value to enter in a table

    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...
Back
Top Bottom