Sorry, don't think I can help you. I just don't understand the issue.
Sorry, don't think I can help you. I just don't understand the issue.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Hi,
I was able to solve that issue. Now i want to make the form non editable once i click on the submit button......and i want to add a button by which i can enable editing on the same form. I want the form and the sub form to be non editable. I tried the below code to make the sub-form non editable once i click on submit....i was able to make the sub form non editable but for that in need to go to next form and again need to come back to the form.....and more over only the sub form is non editable after that rest of the fileds in the main form are editable....i want to make the whole for non edit able once i click on submit and editable once i click on edit.....without closing or going to the next form
If Not Me.NewRecord Then Me.expertexpertise.Enabled = FalseElse Me.expertexpertise.Enabled = True
End If
Can use code to set the form properties:
DataEntry
AllowEdits
AllowAdditions
AllowDeletions
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Hi,
Can somebody tell me how can we use a website in the form.....i want the user id entered in the userid field to used as an input for a web page that is the address Book of our company and pull the record for that particular user id....using the access 2010.....
Review these discussions about sending input to web page:
https://www.accessforums.net/general...ase-27053.html
https://www.accessforums.net/program...-ie-28232.html
Last edited by June7; 10-05-2012 at 11:33 AM.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Hi,
Can somebody tell me how to create search page with multiple drop combo boxes.....for example the value from combo box1 with populate the value for the combo box 2.....so untill the value in combo box1 is not selected combo box2 will not be populated...................and for both the combo box1 and combo box 2 i created i primary key........so please help me to figure this out.......any tutorial will be helpful......
and how to create a text box to search with random keywords.......
Check out tutorials at http://datapigtechnologies.com/AccessMain.htm
Specifically:
Comb Boxes 2 (linking two combo boxes
Build a Custom Filter in Your Form
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.