Recent content by louisa

  1. L

    Calculation only displays when clicked.

    Yes it is in the control source. I am not the creator of the db in question so cannot comment regarding the calculation.
  2. L

    Calculation only displays when clicked.

    Hi all, I have a form which has a few calculations on which are: TotalPrice - =Nz([Quantity])*([UnitPrice]) Then at the bottom to calculate it all: =IIf(Sum([Quantity]*[UnitPrice])=0,0,Sum([Quantity]*[UnitPrice])) This has been working perfectly fine however the TotalPrice is no longer...
  3. L

    Dynamically Search Multiple Fields

    Many thanks to missinglinq for trying to help, i have this working now, did have something to do with names. I was saving the names in the properties box however kept deferring back to the original but all is now working so thank you.
  4. L

    Dynamically Search Multiple Fields

    Hi,all my names seem to match, i have included a few more screen shots to see if this will help further.
  5. L

    Dynamically Search Multiple Fields

    Hi everyone, I want a search box on my db that will locate data from certain fields within my database. Today i came across the posting by John Big Booty with the above title and what he has done is exactly what i require. Now i have followed all instructions to the letter however i keep...
  6. L

    export to csv file

    Hi everyone, Im hoping to start an accounts database which will all be based in a datasheet view. When our accounts need to be filed im wondering if it would be possible to export all the data into a csv (excel) file? Many thanks
  7. L

    Database Splitter

    Hi, All i did was add another field in to the relevant table in the be and added the field to the form in the front end. Now i have made the adjustements i need to spit it again and redistribute to the users. When i added the field to the be and viewed the fe field list the new field was...
  8. L

    Database Splitter

    Hi all, Not sure where i am going wrong. I needed to make some adjustements to my db, so i used the database utilities and linked table manager, selected "always prompt for new location" and then selected the be. I made the adjustments and now have tried to split again, when i use the...
  9. L

    Error 28 Out of Stack Space

    Hi, thanks for your advise, the form is set to update on open. I dont really understand the problem as its never happened before.
  10. L

    Error 28 Out of Stack Space

    Hi Everyone, My db has worked fine for well over a year and a half, today i am getting this error "Error 28 Out of Stack Space" if i hit debug it takes me to part of my code, i did not code the db and no nothing about it, are you able to help please? Highlighted in pink is the code error...
  11. L

    Alternate Pictures Depending on ID

    I use my access db for work purposes and we have two companies that operate the same type of business so we only require the one db. We also use screen popping so the customers telephone number is recognised when dialling in and the database will open of that particular customer, in order to...
  12. L

    What is wrong with my code

    Well i am hoping that it finds the records that have less than 45 days remaining and possibly says the company name or contact i.d
  13. L

    What is wrong with my code

    Tbh i have been instructed to complete it this way rather than with a query, but i cannot seem to get it to work.
  14. L

    What is wrong with my code

    Hi everyone, You will shortly be able to tell that i have never done this before. When i open my db it is set to open my start up form, from their the only option is to go to the contacts page, however before it does that i am trying to get it to check my form called Network and if the...
  15. L

    Enter Parameter Value

    Does anyone have any ideas?
Back
Top Bottom