i just installed a 250gb into the server onto an IDE card which enables large drive support. When i goto to disk management and add the disk and format it. It does not appear in windows explorer. Is there a partition size limit or am i missing something stupid?
i have a user who is a consulant. We setup an email address for him on our exchange server but he would like that mail forwarded to his personal email address.
please help he won't stop calling....
thanks to both of you i have the var passing with no more error, one last question how do i prove i am passing what i think i am...please be merciful for i am a network guy not an access code guy....
(perhaps a msgbox?)
Private Sub var_passing_button_Click()
On Error GoTo Err_var_passing_button_Click
Dim stDocName As String
Dim stCompName As String
stCompName = Trim(Me.List1)
stDocName = "a_test_var_passin_Form2"
DoCmd.OpenForm stDocName, , , stCompName
i have the var being read into a string the problem seems to be on the 2nd form where i want to read the var being passed into a new var. here is the code i am using:
Private Sub Form_Load()
Dim stCompName2 As String
stCompName2 = Me.OpenArgs
End Sub
I have a form where the user selects a company name from a drop down list.
I would like to have the user click a button then opening another form with the information about the user's selected company prepopulted.
How do i read the selection into a VAR and then pass the VAR to the next form?
OK i have these 2 forms one leads to the other.
the only problem is form number 2 needs some info from form number one.
this is the code from form 2 where it expects info from form 1
=[Forms]![frmLeadProjectInfoAdd]![ProjectID]
form2 is named frmLeadcontactadd
form1 is named...
where specifically do i click to find the properties for the report?
it seems like everywhere i click and select properties there is not information under data.
i just want to find out what query the report is using.
thanks
ok i have the drop down on the form being populated with the state names.
I have a command button which previews the report.
but the query does not seem to care about my drop down list...
sorry if it seems like i am frantically posting but i am activly working on this problem...
i am trying to figure out how to add a drop down to the form
and i can not find it...this should be easy but i have a limited IQ hehe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.