Search results

  1. A

    2007 subform container - continous forms

    I am converting an app from 2003 to 2007. In my app, I set the recordsource of a subform, then requery and a few records should show up. It works in 2003, but not in 2007. However, my query works in 2007 - the records are just not showing up in the continuous forms. subfrmCtnr.recordsource...
  2. A

    2003 Security - Front End vs. Backend...

    Hi: I can secure my application on the front end according to UserGroup - who gets what, etc - with vba. However, unless I secure the backend, people can go into the directory (if they're inclined) and open the tables directly... But...if I lock down the tables directly for some groups -...
  3. A

    allow user to resize subform...

    Hi: I've got a form with a subform on it. I'd like the user to be able to make this subform smaller or bigger by clicking and dragging (like a window). Is it possible to do this for a subform container - and if so, how? thank you! Karen :)
  4. A

    vba referring to subform recordsource from module not working...

    Hi: I think I am using the code per Bob Larson's (BTAB) wonderful website (his site has helped me immensely) as follows: Forms!frmEditSystem!subfrmLineswitches.Form.RecordSource = mySQL this code is setting a recordsource for my subform from a module outside the form. I get the error...
  5. A

    combo box\list box enabling

    Hello: I have a crazy problem. I have been trying to put a simple combo or list box on a form that pulls the 12 months from a table. So....my problem is...I can see the months alright, but...I can't select. I have this problem with both the combo and the list. Is there some kind of form...
  6. A

    JOIN DB2 table with Access (or other) table

    I have most of my data in DB2 tables which I am linking to. However, there are a few pieces of data I am gathering from text files. I put them into a little Access table and tried to JOIN with a DB2 table field. My query died.... Is Access amenable to joining different types of tables? If...
Back
Top Bottom