Freeze column on a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do you freeze the first control so it's always visible, even as users scroll right to see more controls? Like a datasheet, but on a form. TIA
 
Hi,

No possible within a Form in Microsoft Access.

Regards,

Eric Butts
Microsoft Access Support
(e-mail address removed)
"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
<http://www.microsoft.com/security/security_bulletins/ms03-026.asp> and/or
to visit Windows Update at <http://windowsupdate.microsoft.com/> to install
the patch. Running the SCAN program from the Windows Update site will help
to insure you are current with all security patches, not just MS03-026."

This posting is provided "AS IS" with no warranties, and confers no rights

--------------------
| Thread-Topic: Freeze column on a form
| thread-index: AcQK4syT+SeYCJVjQ8StPDBDiUxdJA==
| X-Tomcat-NG: microsoft.public.access.forms
| From: "=?Utf-8?B?R2FyeU0=?=" <[email protected]>
| Subject: Freeze column on a form
| Date: Mon, 15 Mar 2004 15:11:08 -0800
| Lines: 1
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Newsgroups: microsoft.public.access.forms
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.access.forms:259364
| NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| X-Tomcat-NG: microsoft.public.access.forms
|
| How do you freeze the first control so it's always visible, even as users
scroll right to see more controls? Like a datasheet, but on a form. TIA
|
 
A work around would be to have a main form containing two subforms. One
shows just the 'first' field of the recordset, and the other shows all the
other fields. Link the two together via the master/child links on the main
form so scrolling down through the records stays in sync.

--
Regards,

Adrian Jansen
J & K MicroSystems
Microcomputer solutions for industrial control
 
Back
Top