Search results

  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 ?

    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:
  3. 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 ?
  4. 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...
  5. 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...
  6. 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...
  7. 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