User Profile

Collapse

Profile Sidebar

Collapse
Kiyimbagrace
Kiyimbagrace
Last Activity: Aug 8 '13, 11:52 AM
Joined: Jul 25 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Kiyimbagrace
    replied to In my wells' form I have a dropdown...
    Dear ZMBD and Rabbit, Thanx for your time. Your help in this regard is much appreciated. I am still working on this ...glad to know you are helping.
    See more | Go to post

    Leave a comment:


  • Kiyimbagrace
    replied to In my wells' form I have a dropdown...
    Thank you both Rabbit and zmbd. kindly note that I am not a guru in writing code. The form "wells" is bound via foreign keys from the "wells" table to the other tables in the database.
    I tried using this event procedure below on the 'on update' but when I change or remove values the lock/unlock does not reset:
    Code:
    Private Sub Combo157_AfterUpdate()
    If IsNull(Me.Combo157.Value) Then
    Me.Combo153.Locked
    ...
    See more | Go to post
    Last edited by Rabbit; Jul 26 '13, 03:16 PM. Reason: Fixed code tags.

    Leave a comment:


  • Kiyimbagrace
    started a topic In my wells' form I have a dropdown...

    In my wells' form I have a dropdown...

    In my ‘Wells’ Form I have a dropdown on ‘Well purpose’ field with the following entries: Injection, Appraisal, Observation, Production, Wildcat.

    I have another dropdown on the ‘prospect’ field with several prospect names which are updated in a separate ‘prospect’ form.

    I also have another dropdown on the ‘Discovery’ field with several discovery names which are updated in a separate ‘discovery’...
    See more | Go to post
    Last edited by zmbd; Jul 25 '13, 06:44 PM. Reason: [z{Replacing original post with the updated information.}{added whitespace and made a minor grammer change due to this.}]
No activity results to display
Show More
Working...