Re: plea for help with ms access/vba > mysql backend
mikespub <[email protected]> Sat, 14 Jan 2006 21:55:08 +0100
| Newsgroups | gmane.comp.cms.xaraya.curiosa |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Johnny Robeson wrote:
> ...
> if anybody in the community has any experience with access/vba or
> anything odbc related
> let me know. i'm prolly missing a few things. so let me know if you want
> more info
>
Not sure exactly what's going on either, but here are some hints :
1. do you get this when opening the access database directly with MS
Access too ? I.e. do those linked tables work OK as such ?
2. the OnLoad event for forms is typically handled in something like
Private Sub Form_Load()
...
End Sub
Do you see anything like that in your VBA code, or is your front-end
application perhaps creating/accessing an "Access" object directly ?
Good luck,
Mike.