Search results

  1. R

    enable/disable buttons

    does anybody know how i can disable a button when i am viewing the first and last record... i have record changers: previous record and next record buttons. i want the previous button to be disabled if i am on the first record because there are no records before the first one. thanks for your help.
  2. R

    Currency

    i have a query and one field of the query is not based on a table. its called [Fine] and at the moment its format is currency. but it only uses the dollar symbol $ and i need the £ symbol...but i cant seem to do that. thanks for your help.
  3. R

    Set Value

    hi, iv made a form in which i have a 'Returned' check box. from this i want to set the value of a combo box in the same form. so for example, if the 'returned' field = yes, then the combo box = 'value 1'. iv tried the expression builder and a setvalue macro, but neither seem to work. does anbody...
  4. R

    not = to

    hi, does anybody know what the code is for the code of ' not = to '. thanks for your help.
  5. R

    Defult Value In Textbox

    hi, does anybody know how to set the defult value of a textbox so that when you open the form the text box is completely empty? because at the moment it contains text when i open the form... thanks for your help.
  6. R

    Combo = TextBox??

    the code above dosent work. there is an error, is there any other way?
  7. R

    Combo = TextBox??

    hi, how can i make what ever is selected in a combo box, duplicated into a text field? thanks for your help.
  8. R

    Synchronised Combo Boxes

    that would be very helpful, thanks.
  9. R

    Synchronised Combo Boxes

    hi, the code u gave me didnt work. thecombo box just appears blank even when there is nothing selected in the first combo.. is there any other way, or VB code to make this task easier? thanks.
  10. R

    Ranges..

    hi i have a date of birth field in a form and i dont know how to enter a specific range limit for it. for example if somebody types their date of birth as 1/35/1788, i need an error message to appear? thanks for your help.
  11. R

    Synchronised Combo Boxes

    how can i synchronise 2 combo boxes from the same table?? what i have at the moment is, 2 fields, equipment name and equipment size. just say for example i click equipment name-crutch, i want only a set list of sizes for the crutch to appear in the second combo box. how can this be done? thanks...
  12. R

    Mail Merge

    how can i link an 'overdue letter' to access, so that what ever the customer's name/address is, it appears automatically on the letter on ms word after i click the button for example 'Send Overdue Notice'??
  13. R

    UCase

    what code to i need to use so that the calue of a field can only be in caps?
  14. R

    forms---link between 2 combo boxes and a textbox,.

    hi im new to this site, and i was wondering if anybody could help me. i need to link 2 combo boxes to a text box. basically what i want is a set of options to be displayed in a combo box, but only once the first combo box has been selected. then once both are selected, the ID automatically...
Back
Top Bottom