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 November 16th, 2004, 07:31 PM
Registered User
 
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Data access page navigation issues.

This is my first post here! Thanks for having a look!
I have been trying to find a resolution to this for weeks. No such luck yet. I hope someone here can give me an idea of what to do.

I had 2 data access pages, page 1 (the navigation page) is used to choose records to show in Page 2. For example Page 1 has ALL RECORDS so when a user clicks on a record in Page 1, it shows the record in page 2 (which has 1 RECORD showing at a time). the problem is that Page 2's navigation buttons are disabled when the user selects a record from Page 1. Yet they work fine when Page 2 loads on its own.
Here is the code i use in page 1 to update page 2. (synchronize)

Code:
<SCRIPT language=vbscript event=Current(para) for=MSODSC>
<!--
Dim vLocation
Dim vServerfilter

vLocation = "\\server\order details11.htm?serverfilter=" 
vServerfilter = chr(34) & "ID=" & para.section.htmlcontainer.all.item("ID").value & chr(34)
vLocation = vLocation & vServerfilter
window.top.frames("targetframe3").location = vLocation
-->
</SCRIPT>
Any suggestions here? I would sure appreciate a little help!
Thanks in advance!





Similar Threads
Thread Thread Starter Forum Replies Last Post
MS Access: Data Access Page sevp95 Access VBA 0 July 14th, 2008 11:07 AM
problem in auto page navigation of data grid in AS kranthipriya ASP.NET 1.x and 2.0 Application Design 1 February 23rd, 2005 08:01 PM
Page Navigation surendran PHP How-To 1 August 2nd, 2004 12:57 PM
page navigation nusrati PHP Databases 3 July 9th, 2004 09:08 AM
Data access page access problem :) kev_79 Access 0 September 4th, 2003 04:02 PM





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