Search results

  1. J

    Expression or List box

    kind of have two problems here. One: Creating an expression to compine fields into one Expr1: [Rank] & ' ' & [First Name] & ' ' & [Last Name] - Im sure this is pretty self explanitory. My issue is that [Rank] is from a combo box so it will only display the "RankID" which is the autonumber...
  2. J

    weird table/query/form/wte issue

    First, i want to say thanks for the help i have received so far... its been quite positive. However, i think that due to the circumstances of the type of db i have been asked to construct, i may have found myself backed into a corner. Instead of using dummy terms, i will use the actual names...
  3. J

    Another Recordset not Updatable question

    I think im doing something wrong here... i just cant figure out where. I have two tables in one query. the common field is "Deployer's Name" which is in one table with two other fields in the query. In the other table is the list of equipment they would be issued. now for the equipment table...
  4. J

    Form_load / New record Question?

    So here is my question... Using a form_load and if/then for enabling/disabling some fields depending on if a particular checkbox is checked... is there a way to have this process reset after a new record loads? Currently if checkbox A is selected, fields 1,2,3 and 4 can be filed (using the...
  5. J

    New Form Same Record - Button no Worky

    OK... now im fairly new to Access (know enough to cause some trouble... basic BASIC stuff... etc) but i know squat about VB. I know that most stuff can be accomplished by wizards as well. My issue Creating a program to track items issued (in this case, keys for a building). There are...
Back
Top Bottom