link system table

I

iccsi

I name my System Table USystblsystem in the backend for the system
purpose.
I tried to link USystblSystem to my frontend, but the system table
does not show in the list.

Are there any way to link backend system table to frontend?

Your information is great appreciated,
 
M

Marshall Barton

iccsi said:
I name my System Table USystblsystem in the backend for the system
purpose.
I tried to link USystblSystem to my frontend, but the system table
does not show in the list.

Are there any way to link backend system table to frontend?


When you name a table USYSsomthing is it treated similar to
the internal Access table named MSYSsomething and are
hidden by default. Try showing the hidden tables and if
that doesn't help try renaming the table without the USYS
part.
 
I

iccsi

When you name a table USYSsomthing is it treated similar to
the internal Access table named MSYSsomething and are
hidden by default.  Try showing the hidden tables and if
that doesn't help try renaming the table without the USYS
part.

Thanks millions for helping,
 
Top