• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need a MS Access guru

Hey guys,
I got handed a problem with an Access 03 database. I get an error :undefined function 'Rtrim' in expression
I didn't create this database nor do i know anything about them. The database sits on a network share and works on another computer, so I know it is something local on the machine in question, but I'm hoping to fix this without having to reinstall Office.

Any help is appreciated.
 
do the two computers (the one it works on, and the one it doesn't) have different versions of Access? The one it is working on has reference libraries that aren't available on the one it isn't working on, probably due to different versions of Access.
 
Originally posted by: lucasorion
do the two computers (the one it works on, and the one it doesn't) have different versions of Access? The one it is working on has reference libraries that aren't available on the one it isn't working on, probably due to different versions of Access.

Both are running 2003
 
This usually means that you have a missing reference. From any code
window, select Tools..References to see if any are listed as "MISSING".
If any are, you'll need to either find them on your PC or uncheck them
if they aren't needed.
 
Back
Top