Creating a virtual form

R

Russ

hi all

I need to recreate the forms used by access to control the display of query info.

I have an SP in SQL that kicks out a table of info.

All I want to do is have a generic piece of code that will handle any table structure tha I throw at it. .. Just like viewing a query

So far I have

Dim frm as new for
frm.recordset = rs 'my recordse
frm.defaultview = "Datasheet

Now I need to handle the creation of the text boxe

I was looking at appliacation.createobject ... but this can only be used in design view

Any body any ideas.

I've created multiple controls on form before in design view about 3 years ago and I cannot rememebr how

any help greatly appreciated

Thanks in advance Russ
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top