Search results

  1. D

    changing the width of a field in form design view

    this must be a simple one - I cant work out what I need to change on the form to allow me to amend the width of one field. Whichever method I use, when I change the width of one field, it amends all to the same width. Which form property do I need to change. Marvellous new feature in 2007? :)
  2. D

    Combo Box - Showing data

    I have a combo box in a table that shows text data and stores the Autonumber ID. That's all good. I have a form that uses this table, but as it's a form, i want to show the text rather than the ID... if that makes sense? I did think of using some code to show the text, but i dont know how...
  3. D

    Posting the sum of entries in a form to a table

    ah, but i'm not using a query. I'm trying to store the data in a table by using a form.
  4. D

    Posting the sum of entries in a form to a table

    I have created a table to store monthly forecasts and a form for the user to enter the details Details entered like this where the first line is the column header Line Item, month1, month2, month3, Total PC, £5000, £1500 Desks, £3000, £2000 Stationery, £50, £50, £50 As the user will be...
  5. D

    Removing the Startup form using VBA

    Hi, I have a form, just a splash screen with a check box that is in the startup form option. The checkbox is a "click to not show on startup" option. I want to attach a bit of code that a - closes the form and b - removes the form from the startup option any help appreciated. ;)
  6. D

    Changing relationship type

    one field was indexed when it should not have been thanks anyway though!
  7. D

    Changing relationship type

    Is there an obvious reason why access would automatically create a 1-2-1 relationship rather than 1-2-Many? I want to change it 1-2-Many. Cant work out how to change the realtionship type Access 2003
Back
Top Bottom