Re; Frontend problem

D

David W

I accidentally put this in the wrong work group yesterday

I made a copy with the package wizard and installed it on another pc to try
it out, and I ran into a little problem.

The mde file works fine on my pc, and its using the same backend, but when I
install the mde file on another pc, I run into this problem.
The problem is, when I open a another form from the main form with

DoCmd.OpenForm "cview", , , "[po] = [forms]![cpurchase].[citems
subform]![po] And [id] = [forms]![cpurchase].[citems subform]![id]"

I get a blank record on "cview" instead of it opening up with data like it
does with mine.

Do I need to open it differently on another pc?
 
Top