Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default HELP PLEASE: populate form fields from multiple access tables


The code I wrote put all the info you would need to put into a userform
on one row of sheet 3. Then all you have to do is located the sudent
row that you are looking for and take the data starting in column 5.

If you have the dat like you shown in multiple rows then the code is
simply some thing like this



if Range("A1") < "" then
textbox1 = Range("A1")
if Range("A2") < "" then
textbox2 = Range("A2")
if Range("A3") < "" then
textbox3 = Range("A3")
end if
end if
end if


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=175357

Microsoft Office Help

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP PLEASE: Populate certain userform fields from access database sam Excel Programming 13 November 25th 09 09:44 PM
populate some userform fields from access database sam Excel Programming 1 November 9th 09 05:35 PM
Populate userform fields from access database sam Excel Programming 1 November 7th 09 12:49 PM
HELP: Trying to populate form fields posted on intranet from a dat sam Excel Programming 2 October 7th 09 06:35 PM
HELP: Populate corresponding userform text fields from access data sam Excel Programming 1 October 5th 09 08:28 PM


All times are GMT +1. The time now is 09:38 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"