Quote:
>I have been given a visual basic program with all forms and controls and so
>on... Every time I try and open the project an error message apears saying
>that SSDATA2 control... cannot be found...
>Does this mean I have to get that control from the programmer or is it a
>generic Access control that I haven't got.
Hi,
You guessed it; that's a 3rd party control that you have to have
installed on your machine to use. However, it may only be an enhanced
version of a standard control (sorry; don't know off hand which
coontrol or controls are in SSDATA2).
If it is just an enhanced version of a standard control, you *may* be
able to do without it (with some judicious alterations to the code).
Hope that helps....