Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 19th, 2010, 09:35 AM
Authorized User
 
Join Date: Oct 2010
Posts: 64
Thanks: 0
Thanked 16 Times in 16 Posts
Default Continous Form (like Property Sheet entry)

Hi,

Daft question time!

The application I am developing needs to have a form where entry is a bit like a Property Sheet, continuous, left column read only, right column different type of entry could be freeform text, numbers, a date, a drop down box with different list values, etc depending on the current record.

Now I know you can't manipulate the current record by making controls visible etc without affecting the non-current records, so I can't do that. Neither can I create controls dynamically.

The number of records will vary, I suppose I could create a single form with lots of controls and only activate dynamically what I need, but this would put a restriction on the number of records that could be held.

I have tested (not completely) a floating input form that covers the entry on the form to be updated. It moves with the current record and looks good, however when the Access window or form moves sync is lost as there is no Move event. Also scrolling the current record out of view causes issues (Now sorted using a function in Timer). It's not really a good solution and I don't want to put more effort in until I can get some clarification I am going down the right path and may be missing a trick or two.

Any ideas would be appreciated or should I develop in Visual Basic instead?

TIA

Malc.

Last edited by malcolmdixon; October 19th, 2010 at 10:10 AM.. Reason: Solved part of issue myself
 
Old October 23rd, 2010, 11:28 AM
Authorized User
 
Join Date: Oct 2010
Posts: 64
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Well I managed to sort this out in a continuous form using the OnPaint event combined with a textbox and a combobox with certain properties set and a bit of other 'manipulation', it seems to work really well.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Set form.field default value based on entry in another form rmccafferty SQL Language 1 February 11th, 2010 07:20 PM
Continous Form, resize based on content (Tricky) hkmulligan Access 2 August 13th, 2007 12:02 PM
How to run Macro on entry to new sheet? Wazar Excel VBA 4 May 16th, 2007 08:35 AM
Is it possible to select record in continous form chiefouko Access VBA 0 July 18th, 2006 04:20 AM
Continous form problem Vince_421 Access VBA 10 June 1st, 2006 05:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.