Search results

  1. R

    Question remove owner name in title

    I have specified a title for the database and it displays fine. However ACCESS is also showing the license owners account name to the right of the title. This is unprofessional in appearance and (in this case) an infringement on my privacy since the account is in MY name not the business name...
  2. R

    Question remove owner name in title

    Here I am looking for help again. I'm re-writing an existing app (to go from access 2003 to access 2016 on Windows 10). Because I'm doing the work on my computer it means I'm using MY licensed version of Access 2016 for development before I ship the code to his...
  3. R

    Find and Replace

    Problem resolved. User error. They were checking off the box to "MATCH CASE". Embarassing but at least easy to fix. Confirms once again to never listen to what an end user says, WATCH THEM DO IT!
  4. R

    Find and Replace

    This database was created using Access 2003 (I know, no longer supported, etc). If I upgrade Access to latest (2016?) would I need to re-work the database to use it or would I be able to just open it with the later code?
  5. R

    Find and Replace

    It is the drop down I get when I put the cursor in a text box and hit CTRL-F to do the find. The field is type-text with a length of 255. If I put the house number part of the address in the "Find What" box, no results are returned. If I just put in the street namee, I get both house number and...
  6. R

    Find and Replace

    Unfortunately that is the case. The only difference I can see is that I was not able to go through another Windows 10 upgrade wih the sample database I made. Still seems weird that a search on a character field gets blocked by numbers at the start. But that's access - great when it's working...
  7. R

    Find and Replace

    Unfortunately, I can't post the database as it is a company asset. And when I tried to make a subset everything works correctly. (but I don't have another Windows 8.1 system to upgrade with it.)
  8. R

    Find and Replace

    I recently did an O/S upgrade from Windows 8.1 to Windows 10. Thought everything went well but then I tried MS Access and found a problem with the Find and Replace function in my form. When I search in an address field I find that if the data in the record begins with a Number (eg 123...
  9. R

    how to output calculated field to excel

    I don't see any place to click on "thumbs up" or mark this as solved. Guess my rookie status is showing.
  10. R

    how to output calculated field to excel

    Unfortunately yes I did run a compact and repair. It reduced to size to about 5.5 Mb. Zipping it cut the size to about 2.4 MB. The max size is 2 Mb so I still can't email it to you. I did put it into my dropbox and sent you the link so you should be able to get if from www.dropbox.com using the...
  11. R

    how to output calculated field to excel

    I couldn't even connect to this website earlier today until I switched my DNS server away from my ISP. (tried 3 PC's). Anyway, I'm obviously on now. the picture was the error message and I retyped the error in text in my reply last night. The zip file is about 2.5 MB and shows on my SENT mail...
  12. R

    how to output calculated field to excel

    Hi Jon I will post a zip file in the forum but since it is for a family run business I'd appreciate it not going public. For this purpose I have deleted the data from the "field invoice 2" table ( the main table for all data entry ) and then added two test records. The...
  13. R

    how to output calculated field to excel

    I'm not trying to invoke Excel or to have it run a formula or anything. I just need to create a string of actual values for the fields in the query. Once I output the string it is all integers and text. (problem is I have blanks for some fields instead of integers)
  14. R

    how to output calculated field to excel

    I've written a complete ( I hope ) description of the problem and am attaching a document with screen captures. Basically I have a form with a subform that works right to let me enter data. It does not let me extract some of the data using a query.2448 "You can't assign a value to this object"
  15. R

    Question Best way to implement new code in MDE environment

    I don't know much more than I've already said about FE / BE etc. The database was "split" by the "Make MDE" button so that the tables, and code are protected from user changes. I originally thought it also meant that the MDE file had to have a path to the MDB file in order to save data, but that...
  16. R

    Question Best way to implement new code in MDE environment

    At the risk of exposing to all and sundry just how little I know about split FE/BE environments, here is what I did. 1. Made all the changes to the MDB file since it has the tables, modules, etc 2. When I was finished testing I used the "Database Tools" "Make MDE" button to create the MDE...
  17. R

    Question Best way to implement new code in MDE environment

    I appreciate your help. Let me try to explain better. Several years ago I wrote an application to track service calls, time, parts, invoices, etc for a plumbing company. (friend of the family). The app was split into a FE/BE config so nobody would make alterations to it. Multiple computers in...
  18. R

    Question Best way to implement new code in MDE environment

    I have an application using an MDE database and have a new version of it to implement. I have the MDB file for the new version and have not yet split it. I also have the old MDB file for the existing version. My dilemma is finding the best way to upgrade to the new version and migrate the data...
  19. R

    #NAME? error on total for subform in main form

    Glad I'm not the only one working on New Year's Day. Have a very happy new year.
  20. R

    #NAME? error on total for subform in main form

    THAT's IT! The name SHOULD have been SUBFORM_Parts_used but when I looked it was CHILD144. Once I fixed that, the total amount showed up. Not sure how I missed that (too close to the trees to see the forest I guess). THANKS YOU SO MUCH FOR YOUR HELP!!
Top Bottom