Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 12-11-2024, 04:43 PM
Jazsriel Jazsriel is offline MS Access Module help please Windows 10 MS Access Module help please Office 2013
Novice
MS Access Module help please
 
Join Date: Sep 2021
Posts: 3
Jazsriel is on a distinguished road
Default MS Access Module help please

I have a Access form. On it I have the exact same code 4 times. I do not know how to write modules and I would like to learn how to using this code.




Code:
Dim i As Integer

If IsNull(Me.NumTrucks) Then
    GoTo One
Else
For i = 1 To 17
    Me("A" & i).Enabled = Me.NumTrucks >= 1
    Me("B" & i).Enabled = Me.NumTrucks >= 2
    Me("C" & i).Enabled = Me.NumTrucks >= 3
    Me("D" & i).Enabled = Me.NumTrucks >= 4
    Me("E" & i).Enabled = Me.NumTrucks >= 5
    Me("F" & i).Enabled = Me.NumTrucks >= 6
    Me("G" & i).Enabled = Me.NumTrucks >= 7
    Me("H" & i).Enabled = Me.NumTrucks >= 8
    Me("J" & i).Enabled = Me.NumTrucks >= 9
Next

One:
End If

And this code works in the 4 instances I mentioned. So how it works is each section "A", "B", etc... has 17 fields in each one, and yes before anyone asks or says anything, all 17 for each one are needed. When you change, exit, click previous button, or next button this code will enable the fields associated with the number input in the "NumTrucks" field. So for instance if if I put 3 in the "NumTrucks" field, then fields for "A", "B", and "C" will become enabled and allow me to input data there.


I have tried to simply copy and paste the code to a module, make it a public Function and go that route, but as everyone that is way above my level on this can see, I ran into problems. Guidance please.
Reply With Quote
 

Tags
forms vba, help a novice, modules



Similar Threads
Thread Thread Starter Forum Replies Last Post
Standard Module, Class Module and UserForm jpl Word VBA 0 03-14-2022 07:20 AM
VBA module to Calculate from two tables shah0101 Excel Programming 2 01-30-2022 03:10 PM
Userform variables in another module Justice Word VBA 1 08-26-2021 12:56 AM
MS Access Module help please Compile error in Module ksigcajun Word VBA 2 04-08-2015 06:44 AM
AZWizard Module - ?hidden module pcaldwell Word 1 08-22-2012 01:19 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 11:48 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft