Microsoft Access Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsDatabaseMicrosoft Access Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old November 3rd, 2003, 11:06 AM
Snowsride Snowsride is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 79 Snowsride User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 27 m 53 sec
Reputation Power: 6
RowSource Property?

Hi

I have a form that is populated by the user making a selection from a combo box with the RowSource based on a query. Once the record is retrieved the user can make changes to data and save any changes to a table. It is not a straightforward data entry form, the controls are filled by a stored procedure and when a Confirm button is clicked another procedure runs to make some calculations which are subsequently saved.

Occasionally it is necessary to update all records so I need some code that retrieves each record in turn from the combo box and then runs the Confirm click event.

How can I do this? Maybe a Do...Loop that can select from the combo box?

Many thanks for any assistance.

Mike Collard

Reply With Quote
  #2  
Old November 3rd, 2003, 02:21 PM
sbaxter sbaxter is offline
Moderator: Access, SQL
ASP Free God (5000 - 5499 posts)
 
Join Date: Oct 2003
Posts: 5,126 sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level)sbaxter User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 4 Days 1 h 2 m 51 sec
Reputation Power: 12
If I understand you correctly, you are want to update every record that shows up in the combobox instead of selecting one and doing it one at a time.

Create another confimAll button and run your same code against the information in the combo box

s= "Select * from ComboBoxQuery"
Set db = currentDB
Set rs = db.OpenRecordset(s)

DO while Not rs.EOF

****Code***

Call cmdConfirm_Click 'confirm button Code Call

rs.movenext
Loop

Reply With Quote
  #3  
Old November 3rd, 2003, 03:03 PM
monstacotyscott monstacotyscott is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Salt Lake City, Utah
Posts: 4 monstacotyscott User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to monstacotyscott
Re: RowSource Property?

Quote:
Originally posted by Snowsride
I have a form that is populated by the user making a selection from a combo box with the RowSource based on a query. Once the record is retrieved the user can make changes to data and save any changes to a table.



I am looking to do the same functions that are quoted above, but I have not been able to get it working correctly. Could you post how you managed to do it, or the related code you used?

Reply With Quote
  #4  
Old November 3rd, 2003, 04:20 PM
Snowsride Snowsride is offline
Contributing User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Posts: 79 Snowsride User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 27 m 53 sec
Reputation Power: 6
RowSource

Thanks to S.Baxter - solution looks good - will try it out tomorrow.


Mike Collard

Reply With Quote
Reply

Viewing: ASP Free ForumsDatabaseMicrosoft Access Help > RowSource Property?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT