Recent content by Aleni

  1. A

    Hide navigation Bar

    Hi everyone! How to hide navigation pane permanently? I mean it should not open even when someone check display navigation bar from Microsoft access button.
  2. A

    Cant open next form

    Hi Everyone! I have a bound form which shows list of items in the stock. When i click on a button it should open another form which shows the details of item which we choose from the first form. the code which i have in click event of the form is : Dim strCrit As String strCrit = "PkID="...
  3. A

    adding date in textbox using calendar

    Thank you...that worked perfectly...:)
  4. A

    adding date in textbox using calendar

    Hi! How can i add date in textbox by simply selecting it from calendar?
  5. A

    New form going behind the present from.

    Its done. I set popup and modal properties of new form to 'yes'.
  6. A

    New form going behind the present from.

    tnx for the reply... Both modal and popup properties are set to 'no'
  7. A

    New form going behind the present from.

    Hi everyone! I have a form and when i Click on a button it opens another new form. Its working fine but the new form opens behind the present form and only become active when I close the present form. I don't want to close my present in order to use the new form. What could be the problem...
  8. A

    Problem with inserting new records

    Thank you JBH. Its working fine now. Actually it wasn't txtItem, it was txtQty :) and also I put Exit sub in IF - End if statement. Thank you.
  9. A

    Problem with inserting new records

    Okay I understood it's not correct code. Can you please help me the correct code.
  10. A

    Problem with inserting new records

    If I code like above it's not giving any error message. But if i code like below it says "invalid use of null" IssueQty and leftQty are declared as integer in module. Thank you.
  11. A

    Problem with inserting new records

    Hi JHB! Thank you for your help but i tried to placed end if after exit sub but its not working. If IsNull(txtItem) Then MsgBox "Please fill the required fields", vbInformation Exit Sub End if I even tried with else,still its not working. When i try with else statement...
  12. A

    Problem with inserting new records

    There is no error message.
  13. A

    Problem with inserting new records

    Hi everyone! I have a confirm button in my form which will enter new records in a table and also update another table. It gives an error if user clicks on button without typing anything in text box. It was working fine but now its not working. Its not giving an error,not inserting any records...
  14. A

    To work with Find form.

    Hi everyone! I have a main form which contains text box and search button. When user type something on text box and click on search button, I want user to move to another form which will display all the list of items which contains the word in the text box. Can any one help me out with this...
  15. A

    Error While opening the Access

    Actually i tried my best to solve but i do not know from where the problem was coming and yes, the problem is not regular which is a problem again. But now I am not getting any such error message also and i just hope i will not get in future. Thank you
Back
Top Bottom