Ask a Question related to Microsoft Access, Design and Development.
-
Marty Suckstorff #1
Records in form scroll out of view
This may be something simple, but I am having trouble when
I enter records in a continuous rows form. The form only
displays the top row as I enter the information, and the
previous rows scroll out of view.
When I use the wizard to design a simple form everything
works as expected. New rows are added to the bottome of
the screen and the list expands. My problem The problem
seems to crop up when I compute fields within the record
or add any VB code to manipulate the row information.
This is important to figure out, so any help will be
apprciated very much!
Marty Suckstorff Guest
-
How do you get a list of records to scroll automaticallyinstead of page
I have a set of records displayed in a list control. The list currently pages through the records and displays two records at a time. I want to... -
view records
paul, this is working fine. but ... In the insert form i already have a submit button so can't have 2 submit button how can solved this in a... -
Scroll Row in Table into View?
Check out this articles, this might help you. http://aspalliance.com/aldotnet/examples/dgautoscroll.aspx... -
View current records in web page - Newbie Question
Hi All I have a small db version 5, that i am capturing data from a web page. I have it wrting to the db succesfully, but i am unable to view the... -
Getting a comma separated list of all records from a view.
What I would like to do is add records from a view to a table based upon user input. What is making it hard is since I can't give an identity field... -
Ken Snell #2
Re: Records in form scroll out of view
Are you showing the form in dialog/popup format? If so, this is a typical
behavior. One way to get around it is to not use popup/dialog mode. Another
way is to put a subform on the form, and use the subform to display the
continuous forms view data. That way you can select the height of the area
(and thus the number of rows).
--
Ken Snell
<MS ACCESS MVP>
"Marty Suckstorff" <marttorff@msn.com> wrote in message
news:070601c34a6e$7fb93cd0$a101280a@phx.gbl...> This may be something simple, but I am having trouble when
> I enter records in a continuous rows form. The form only
> displays the top row as I enter the information, and the
> previous rows scroll out of view.
>
> When I use the wizard to design a simple form everything
> works as expected. New rows are added to the bottome of
> the screen and the list expands. My problem The problem
> seems to crop up when I compute fields within the record
> or add any VB code to manipulate the row information.
> This is important to figure out, so any help will be
> apprciated very much!
Ken Snell Guest
-
John Vinson #3
Re: Records in form scroll out of view
On Mon, 14 Jul 2003 18:14:54 -0700, "Marty Suckstorff"
<marttorff@msn.com> wrote:
Check to be sure that the DataEntry property of the form is False.>This may be something simple, but I am having trouble when
>I enter records in a continuous rows form. The form only
>displays the top row as I enter the information, and the
>previous rows scroll out of view.
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest



Reply With Quote

