Search results

  1. S

    Compile error - Method or data member not found

    I am trying to use this script to act as a security feature so that you have to login, but it is giving me a Compile error - Method or data member not found. If anyone knows what the problem is I would really appreciate it. Thank you. Private Sub Login_Click() Dim strUser As String Dim strPWD...
  2. S

    Object Variable or With block variable not set

    Can anyone please tell me what this means. I am getting an error whenever I try to run this bit of code. It is giving me the error during the indicated line. Dim dbCarpetDatabase As DAO.Database Dim rstSales As DAO.Recordset Set dbCarpetDatabase = CurrentDb Set rstSaless =...
  3. S

    Prevent someone from changing contents of comb box

    Does anyone know of a way to make it so that you cannot type in the combo box, only select the option? Thank You if you reply.
  4. S

    Cause an image to change depending upon what you select in a combo box

    Does anyone know if there is a way to make a placeholder for an image so whenever you select an item in a combo box it changes to an image of that item stored in a folder?
  5. S

    Delete query using combo as selection

    I am attempting to write a delete query so that once you select an item in a combo box and then hit the delete button, it looks for the Item you have selected then deletes it from a table. This is what I have at the moment but when I run it a popup appears, treating the DeleteUserCombo part as a...
  6. S

    Multiply Contents Of Text Box By Contents Of Label

    Hi, what I am trying to accomplish is to multiply the contents of a label by the contents of a textbox. Eg. The label is a static number that shows the cost of an item and the textbox is a variable that you can change to the amount that you would buy. I want to be able to find the total cost of...
  7. S

    Calculate value by using two combo box values

    Currently what I have is Four cascading combo boxes. IT starts with a minimum value and a maximum value. Depending upon what you choose you then get to choose the name. And depending on the name you get the colour. I want to make it so once you choose the colour it will tell you the exact price...
  8. S

    Creating user login with access

    Hi, I am quite new to access and I am trying to create a user login. What I currently have is a table with two fields, username and password. I want to be able to type in a username and password onto a form, then click a button and have it check whether the login details i entered match any...
  9. S

    Calculate value by using data from another table

    Hi there, I am trying to make a query that will grab the values from a field in one table, find the remainder left when it is subtracted from 50, then place that value into another field in another table. Does anyone know how to do this please? It is for a Year 12 assignment so it does not have...
Back
Top Bottom