Search results

  1. M

    Need help with an access web query

    I have a simple access 2010 database which is used for printing labels. I built the database using the information Allen Browne wrote at: http://allenbrowne.com/ser-39.html (I used the 'Better Solution' as he calls it) and it works great for a standalone database. I now have the need to make...
  2. M

    Populate 2nd text box based on inputted value of 1st

    I have a form which is essentially being used as a calculator... On the form there are 2 text boxes named txtInput and txtOutput. The basis of the boxes are to display an answer in txtOutput based on a number the user puts in txtInput... There is no real calculation performed as I need to...
  3. M

    Need Help with a form to dictate report results

    I created a form for viewing animal medical records using the code below which has two parts to it - the first part allows me to pull up the report between two dates (the code for this I adapted from Allen Browns website, so thank you for that) which shows eveything between the dates for ALL...
  4. M

    Need help using a form with 3 tables

    I am trying to create a database to manage animals on my hobby farm. Three tables are relevant to this question: 1) Animals (Contains details about the animal) 2) Expenses (Contains bill/payment information) 3) Medical Records What I am trying to do is create a form where in the first box I...
Top Bottom