Search results

  1. G

    Subform Record Count displayed on main form

    Yeah actually I tried it again and it works great! Many thanks for your time! I really appreciate it!! :D
  2. G

    Subform Record Count displayed on main form

    So this goes in the text box at the bottom of frmCustomerSearch, and =Count(*) in box at bottom of fsubCustomerSearchDetails? I'm just checking because i'm still getting #Error :(
  3. G

    Change code to display zero results in subform on opening

    Excellent, works perfectly! Many many thanks!!
  4. G

    Trying to include subform/datasheet in continuous forms

    Hi all, I'm a bit stuck! I'm building a form to show customer orders which haven't been delivered yet. I would like it to be continuous forms so that they can all be viewed at once. The form uses qselUnprocessedPurchases which brings together qselCustomerDetails and qselCustomerPurchases...
  5. G

    Change code to display zero results in subform on opening

    Brilliant thanks. That works, except it shows a blank record with #Name? in every text box. Is there any way to change that?
  6. G

    Change code to display zero results in subform on opening

    Any ideas anyone? Many thanks in advance!
  7. G

    Subform Record Count displayed on main form

    Ok cheers. The search form is frmCustomerSearch.
  8. G

    Subform Record Count displayed on main form

    I'm really sorry to take up your time!!! I've tried both of these and they both still show #Error on 0 (zero) results. Am I doing something wrong? Sorry and thanks again
  9. G

    Change code to display zero results in subform on opening

    Hi all, I have created a form which searches and displays results in a subform. The search works perfectly and I can search on any combination of fields. However, on opening the form or pressing the clear button, all records are shown in the subform. I would like to change this so the subform is...
  10. G

    Subform Record Count displayed on main form

    Actually could I trouble you for a bit more help? I have =Count(*) in my subform footer, and =[fsubCustomerSearchDetails]![txtDCount] in a text box on my main form. It works perfectly, except when the subform shows no results... instead of 0 (records) it displays #Error. How can I change it to...
  11. G

    Tricky one? How to print a report once a certain field reaches a number of entries?

    Hi all, I'm unsure how to go about this and wondered if anyone might have an idea to get me started? I have a customer sales database, and the owner would like to send out deliveries once there are 150 items ordered. The company sells compost, mulch etc for gardening so they are heavy bags and...
  12. G

    How to use append query to update data in three tables?

    It's ok, thanks for the help but I worked it out myself. I added two fields to the existing customer table, 'postcode' and 'homephone'., which meant i could just append all the records as they were and each customer would get a primary key in my original table. Then I created two append...
  13. G

    How to use append query to update data in three tables?

    Sorry but I don't follow? Could you explain more? Cheers
  14. G

    How to use append query to update data in three tables?

    Yes they're in separate tables because we don't have post codes and home numbers recorded for all our customers. So any ideas? Many thanks.
  15. G

    How to use append query to update data in three tables?

    Hi all, I have a customer database and I've imported 36000 new customers from an excel file into a new table, called tblLeads. I have changed the field names and types etc in this new table to match the field names already created in the existing database. The table looks like this:-...
  16. G

    Subform Record Count displayed on main form

    Yes that works great, many thanks!!
  17. G

    Subform Record Count displayed on main form

    Hi vbaInet, the name property IS already fsubCustomerSearchDetails. The forms are unbound, will that make a difference?
  18. G

    Separate single address field into house number and street address

    Brian, apologies, the two blank columns were already there in the file. I should have removed them first. Anyway the code works perfectly. Many many thanks for your help and time!!! :D
  19. G

    Subform Record Count displayed on main form

    Thanks vbaInet, I have done that. Unfortunately the text box just displays '#Name?'
  20. G

    Clear and refresh subform button not working

    Brilliant, works perfectly! Many thanks!! :D
Back
Top Bottom