PC Review


Reply
Thread Tools Rate Thread

Change Record Order in DB Interface Wizard

 
 
=?Utf-8?B?QUM=?=
Guest
Posts: n/a
 
      15th Jan 2004
Is there a way I can change the order the records are pulled into the DB Interface Wizard? For example, let's assume I have two fields in a table; Name and NameID. When I run the DBIW to gain the ability to edit/delete records out of the database, it makes the first field as a hyperlink in the database_editor.asp. My trouble is that I want the NameID field to be the hyperlink field.
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      15th Jan 2004
YOu can modify your query by adding an ORDER BY clause. Example:

SELECT * FROM MyTable ORDER BY SomeColumn ASC

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"AC" <(E-Mail Removed)> wrote in message
news:501D3C6A-AC7F-4501-9497-(E-Mail Removed)...
> Is there a way I can change the order the records are pulled into the DB

Interface Wizard? For example, let's assume I have two fields in a table;
Name and NameID. When I run the DBIW to gain the ability to edit/delete
records out of the database, it makes the first field as a hyperlink in the
database_editor.asp. My trouble is that I want the NameID field to be the
hyperlink field.


 
Reply With Quote
 
Mike
Guest
Posts: n/a
 
      16th Jan 2004
switch the two fields (NameID and Name), then copy the hyperlink tag from
Name to NameID and delete the hyperlink from Name.

Mikeal

"AC" <(E-Mail Removed)> wrote in message
news:501D3C6A-AC7F-4501-9497-(E-Mail Removed)...
> Is there a way I can change the order the records are pulled into the DB

Interface Wizard? For example, let's assume I have two fields in a table;
Name and NameID. When I run the DBIW to gain the ability to edit/delete
records out of the database, it makes the first field as a hyperlink in the
database_editor.asp. My trouble is that I want the NameID field to be the
hyperlink field.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change order in Photo Printing Wizard? T. Wise Windows XP Photos 5 4th Jan 2012 08:57 AM
Almost got it. Change order on subform After new record added Avid Fan Microsoft Access Form Coding 3 28th Mar 2010 09:55 AM
change order of new record in subform jmoore Microsoft Access Forms 2 3rd Mar 2009 04:44 PM
Change subform record order Sammie Microsoft Access Form Coding 9 2nd Feb 2008 09:30 PM
Change hyperlink destination in Database Interface Wizard form =?Utf-8?B?a3lsZXE=?= Microsoft Frontpage 2 10th Jul 2006 03:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:49 AM.