Recent content by Vespertin

  1. V

    combo box value query

    Thanks for the response - combo is not the way forward - actually the default value is text...so a text field is more appropriate to use. So on a datasheet form I have a record where text field [status] is "On Loan" when the user starts a new record the default value of [status] will then...
  2. V

    combo box value query

    Hello Is it possible to create a combo for a datasheet form that displays a specific value based on the value of the last record. For example - instead of having the combo display the values 01, 02, 03, 04, 05 the combo will only display 02, if the last record was the value 01. likewise if...
  3. V

    textbox default value based on a combo question

    hello all, I got an unbound textbox and I'm trying to make the default value based on a bound column of a combo control. The syntax I'm using is =[Description.Column (2)] in the default value property of the text box but I keep getting Name? error. Can anyone help where I'm going wrong...
  4. V

    refresh form automatically

    hello can anyone advice the best way for a form to refresh automatically say every 5 minutes when the form is open? Thanks for any advice you can give.
  5. V

    Customising Order Values in Query

    Plog That worked perfectly, thanks for your help, really appreciated.
  6. V

    Customising Order Values in Query

    Hi, in a standard query I know you can order results by ascending and descending A-Z but in my query there is a field [category] which always has one of 3 values, "Ordered", "Saved", "Bought". Can I order them exactly as below? "Ordered" "Saved" "Bought" Is it possible to customise the Order...
  7. V

    If Statement to Enable Button

    Thanks paul - appreciate your help. I understand the update event of each control and the forms current event - but I can call all 3 from a form level function - could you explain that a bit more? Its just another area for me to research.
  8. V

    If Statement to Enable Button

    hello everyone can anyone advice on syntax for an If Statement. I have a button on my form, to enable the button the user has to select a date in [txtBegDate] and click a tickbox [TickConfBox] when both these things are done, the button will be enabled? Thanks for any help anyone can...
  9. V

    order peoples names in a query

    Hello I have a query, what I'm trying to do is have the query order peoples names, so that when I run a query, all records of lee are followed by all records by john, than maria etc.....I know I can A-Z after I run the query but is there a way of doing it in design view? Using Access 2007...
  10. V

    Link Criteria Command Button - question

    thanks that did the trick!
  11. V

    Link Criteria Command Button - question

    Hello, I have a continuous subform (usersub) on my mainform (frmMenu) with a command button - i'm trying to set the link criteria on the button to open another form (frmtasks) based on the (studentname) field in my subform and (studentname) in (frmtask). both fields are text and there is only...
Top Bottom