Search results

  1. S

    Ribbon options back to normal.... in File options

    I'm new to Access and vba I was experimenting the File > options on how to hide the ribbon menus and navigation options before giving the system I made for my client (Actually for my friend I'm doing for free) and I wento file > options and in ribbon options I hide the menus and kept only Home...
  2. S

    Form to be opened as a dialog box

    I have created some forms in the wizard and had done several stuff on them with VBA, and when I run them in the Form view they are opened spread and embedded inside access.... I need two things.. One is to get them opened as windows... and second things is I need to open other forms with buttons...
  3. S

    Checking two text box values with if condition

    In my small application There is a text box called TAKE OUT where user can enter a value and click the button so it will be deduced from the Quantity text box (Which is bound to the database) and this should happen only if the TAKEOUT value is smaller than the quantity other wise a message...
  4. S

    I need a text field get updated when an item is picked from the combo box

    Hello all! This is my problem I am currently having.... I have a table called "Summary" and it contains a fields called "Drug" and "Quantity" where I created a form by using the wizard and changed the text field of the drugs to a combo box.... and it loads the drugs in it... and there is another...
  5. S

    Update a data bound textbox with command button

    Hello all! I have created a simple set of tables and a form attached to it... in one form it loads a value called quantity... and I have another text box added called "In" where user can insert a value there.... and a button to update... so when user has entered a value to this text box and hit...
  6. S

    Hi

    I'm a newbie to access and VBA Have things to get resolved ... I need your help
Top Bottom