Search results

  1. C

    Operators / Expressions

    Please i need help, I have my database, and the is two columns one has last renewal date and the other has expiry date, i want to make another column that will either display Active or Deactive user by looking at the expiry date column. on that column i want when the column (expiry _date) is...
  2. C

    Query to enter data not less than certain data in another table(field)

    Help me with this plzz... I have a query called "Stock" containing field like (Item, Description, product_qty) another is a table called "Sales" with fields like (Sales_ID, Item, Sales_description, sales_Qty, date_Of_Sale) Item field on sales is a foreign key. Now what i want is how can i make...
  3. C

    Form to enter new record.

    I have a form that i use to enter record to a table but the problem is i want when you first open the form to display area to enter new record without you clicking the button to add new record. help plzz..
  4. C

    Converting Accde File To A Normal File

    I saved my database as ACCDE file which is executable now the problem i am facing is i can't edit my database since i can not view it into design view How can i change it to its normal file format plzz. ????
  5. C

    Search form

    I have a table called employee with several records, how can i make a form that when you enter a name it displays you the whole details of that employee which are in the table of employee? The details should be displayed in the same form using text boxes or cbo. is it possible? Help me out.
  6. C

    Creating sales form

    I am making a database of stock control that has three tables; Sales, Product and purchases. everything is going well but may you help me with this..... May you support me on how can i make a sales form that has fields like sales_ID, Item, qty, Price_@ and total. note Total is a calculated...
  7. C

    Problem with coding User login form in ACCESS 2010

    I have used Combo box. security_level field is the one that describes their levels and there are only two levels 1 and 2... My design is like this …. Below… I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for...
  8. C

    Help me to generate codes for this plz

    I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for password. Two command button where one is for EXIT (Closing the application) and the second button is to run the code. if the password in table User...
  9. C

    Help me to generate codes for this plzzzz

    I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for password. Two command button where one is for EXIT (Closing the application) and the second button is to run the code. if the password in table User...
  10. C

    Problem with coding User login form in ACCESS 2013

    I have a table called User (user_ID, User_Name, Password, Security_Level) On form there is a combo box for user name and text box for password. Two command button where one is for EXIT (Closing the application) and the second button is to run the code. if the password in table User...
Back
Top Bottom