Search results

  1. G

    Trying to hide an error when it occurs

    Hey guys I have a form with textboxes retrieving data from a query. On the form I also have 2 buttons. One takes the user to the next record and the other takes the user to the previous record. The problem arises when the user reaches the end of the record set...basically runs out of records...
  2. G

    If a checkbox is checked in another form

    Hey guys I have a few subreports in one report. I want the condition where if a checkbox is checked in another form to determine if the subreport is going to be visible or not in the main report. Below is a snippet of the code I am using but it doesnt seem to be working. Private Sub...
  3. G

    Is this even something out of Access?

    Hello guys I am creating a database for my new employer and in the database he wants me to include the same chart which I have attached. Now I have searched around in the internet for this including other posts on the forum and havent seen anything like this before. In the model database...
  4. G

    The strangest thing happens when I want to open a report using vba script

    Hey guys I have 2 radio buttons and a button on a form. If the user clicks on one radio button and clicks on the form's button it opens one report and when the user clicks on the 2nd radio button and clicks on the form's button, it opens the second report. However what really does happen is...
  5. G

    Opening a form depending on which option button I click on

    Hey guys, unfortunately my vba knowledge is very limited right now.... I have a form with 2 option buttons and a button. If option1 button is clicked on and the form button is clicked the form opened is cars2. If the option2 button is clicked and the form button is clicked, the form cars 3...
  6. G

    searching for records through forms

    searching for records with use of forms Hey guys, After browsing the internet for a while in search of a solution and flicking through numerous books, I thought you guys would be my best bet. The situation is I have a form with a textbox and a search button. The user enters an integer into...
Back
Top Bottom