Search results

  1. S

    3D Database Concept

    Hi there, I'm still very new to Access....and learning it's strengths and weaknesses. A thought occurred to me today. Currently you have to build tables and set up relationships between them in order for 'searching' or 'querying' to work effectively. Surely...it would make sense to develop a...
  2. S

    Scanner Guns

    I'm also very interested to find out if a coding solution is available for configuring a serial scanning device (eg a horseshoe cheque MICR reader) to interface with Access successfully. I am looking into cheque audit solutions in my own line of work - and want to avoid using any additional...
  3. S

    Simple msgbox question

    Thanks :) It worked for me...also had to shuffle some of the End If's around and move the 'add' code to another sub -but working perfectly now :) Rob
  4. S

    Simple msgbox question

    Hi all, I have created a simple feedback form in Access...but am having a couple of problems. As a complete Access/VBA newbie I'm not sure what is going wrong.... There is a cbo for 'Category' - and if a category is not selected I would like a msgbox to pop up prompting the user to select one...
  5. S

    Desperate for help

    Hi there, I am desperate for some help on this. I'm completely new to Access and learning the hard way - I have a mainform, with a subform based on a query. The mainform has combo boxes and a search function. When you select values from the combo boxes and click search, the subform requeries...
  6. S

    Checkbox to show field from query

    Hi all, I'm hoping someone can help me out with a problem. I have a subform based on a query within my form. I also have a checkbox on that form. I want to be able to add/remove fields from the query results based on whether the checkbox is selected. In english...something like this.... If...
  7. S

    Set Defaultview on Subforms

    Hi there, I am a complete Access newbie...so any help would be appreciated! I have built a form containing three subforms all linked to the same query. On the form you can specify search criteria - and the subforms will requery based on these criteria. One of the subforms is a datasheet view...
Back
Top Bottom