A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

subform - 2nd question



 
 
Thread Tools Display Modes
  #1  
Old November 26th, 2004, 11:30 AM
kiki
external usenet poster
 
Posts: n/a
Default subform - 2nd question

Hi

I have made my first steps with subforms and I am sattisfied
What I don't know how to is following :

On my main form I have Subform (created with wizard) based on continuous
form. I'd like to have some fields disabled related to some related value.
For example :

Select Case TRX_Type
Case Is = "dTRX"
Ctl2x06_Mode.Enabled = True
Case Is = "EDGE dTRX"
Ctl2x06_Mode.Enabled = True
Case Else
Ctl2x06_Mode = " "
Ctl2x06_Mode.Enabled = False
End Select

I need something which will "Scan" all xyTableID's and if it finds some
previously satisfied rules than to change related fields properties, and
present it in that way on subform.

Something like

For Each tableID In xyTable
Select Case....
Next

Is it possible to do it somehow?
Thanks


  #2  
Old November 26th, 2004, 06:40 PM
kiki
external usenet poster
 
Posts: n/a
Default

I explained too complicated.

Is is possible to have different background colors in the continuous form
for the same fiels?
If I change background color for one field it is authomaticaly changed for
all same fields.

Thanks
"kiki" wrote in message ...
Hi

I have made my first steps with subforms and I am sattisfied
What I don't know how to is following :

On my main form I have Subform (created with wizard) based on continuous
form. I'd like to have some fields disabled related to some related value.
For example :

Select Case TRX_Type
Case Is = "dTRX"
Ctl2x06_Mode.Enabled = True
Case Is = "EDGE dTRX"
Ctl2x06_Mode.Enabled = True
Case Else
Ctl2x06_Mode = " "
Ctl2x06_Mode.Enabled = False
End Select

I need something which will "Scan" all xyTableID's and if it finds some
previously satisfied rules than to change related fields properties, and
present it in that way on subform.

Something like

For Each tableID In xyTable
Select Case....
Next

Is it possible to do it somehow?
Thanks




  #3  
Old November 26th, 2004, 10:32 PM
Van T. Dinh
external usenet poster
 
Posts: n/a
Default

The only way to do this in a ContinuousFormView is to use Conditional
Format.

Check Access Help on Conditional Format.

--
HTH
Van T. Dinh
MVP (Access)


"kiki" wrote in message ...
I explained too complicated.

Is is possible to have different background colors in the continuous form
for the same fiels?
If I change background color for one field it is authomaticaly changed

for
all same fields.

Thanks
"kiki" wrote in message ...
Hi

I have made my first steps with subforms and I am sattisfied
What I don't know how to is following :

On my main form I have Subform (created with wizard) based on continuous
form. I'd like to have some fields disabled related to some related

value.
For example :

Select Case TRX_Type
Case Is = "dTRX"
Ctl2x06_Mode.Enabled = True
Case Is = "EDGE dTRX"
Ctl2x06_Mode.Enabled = True
Case Else
Ctl2x06_Mode = " "
Ctl2x06_Mode.Enabled = False
End Select

I need something which will "Scan" all xyTableID's and if it finds some
previously satisfied rules than to change related fields properties, and
present it in that way on subform.

Something like

For Each tableID In xyTable
Select Case....
Next

Is it possible to do it somehow?
Thanks






  #4  
Old November 27th, 2004, 12:09 PM
kiki
external usenet poster
 
Posts: n/a
Default

Does it exist in Access97???

"Van T. Dinh" wrote in message
...
The only way to do this in a ContinuousFormView is to use Conditional
Format.

Check Access Help on Conditional Format.

--
HTH
Van T. Dinh
MVP (Access)


"kiki" wrote in message ...
I explained too complicated.

Is is possible to have different background colors in the continuous

form
for the same fiels?
If I change background color for one field it is authomaticaly changed

for
all same fields.

Thanks
"kiki" wrote in message

...
Hi

I have made my first steps with subforms and I am sattisfied
What I don't know how to is following :

On my main form I have Subform (created with wizard) based on

continuous
form. I'd like to have some fields disabled related to some related

value.
For example :

Select Case TRX_Type
Case Is = "dTRX"
Ctl2x06_Mode.Enabled = True
Case Is = "EDGE dTRX"
Ctl2x06_Mode.Enabled = True
Case Else
Ctl2x06_Mode = " "
Ctl2x06_Mode.Enabled = False
End Select

I need something which will "Scan" all xyTableID's and if it finds

some
previously satisfied rules than to change related fields properties,

and
present it in that way on subform.

Something like

For Each tableID In xyTable
Select Case....
Next

Is it possible to do it somehow?
Thanks








 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Selcted Record In Subform RD Using Forms 4 October 28th, 2004 11:51 AM
Setting a value in a subform John Michael Using Forms 1 August 26th, 2004 12:52 PM
Subform Question bdehning General Discussion 3 August 6th, 2004 08:21 AM
How can I move the focus to a control on a subform? Brandon General Discussion 7 July 17th, 2004 01:39 AM
Need help with cascading combos Tom Using Forms 19 July 1st, 2004 11:11 PM


All times are GMT +1. The time now is 02:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.