I would like to display a form Maximized and not show the resize icon located in the upper right corner. I have set all properties dealing with this to the proper values (at least I think I have).
If I click on the resize the form is displayed as i want just not maximized.
I do use the...
I would create a query using the 2 tables and establish the relationship. Your General Table is the primary so take the Call Number for that table and other information you need for the primary table or your Book Table.
In your report you can use the "hide Duplicates" if the call...
Yes, If you select File.. Get External Data... Import
select the file extension and file directory where your Excel file is located. when going thru the import select "first row contains titles" . Chose a new table name or append an existing table. HTH
I use this code when I press a command button to open a maintenance form. You can apply this code almost antplace
Private Sub Maintenance_Click()
On Error GoTo Err_maintenance_Click
Dim stDocName As String
Dim stLinkCriteria As String
If InputBox("Enter Password for Directory...
go to view and in sorting and grouping select keep whole group together. I gather you are grouped by branch. this will keep all branch info together. Next is to put a page break (insert or off tool bar) on branch. ( drag the brach text box from the branch header and make it part of the...
create a report using the group values View - Sorting and Grouping
create a group header for Taxpayer ID as well as a group footer.
sort the payments by date.
in the taxpayerID footer add 3 unbound text box and in control source - =Sum([remit1]) =Sum([remit2]) =Sum([remit3]) this will sum all...
More and More Intranet Access applications are becoming Internet applications using ASP or Cold Fusion. I develope Access applications for a large public library system and have started putting my application on the internet. Without a strong understanding of Access the original design and...
I have a main form avaliable that contains 2 buttons, one for requesting information and a second for table maintenance. I would like to password the "maintenance" button so regular users can not access the maintenance section.
Thanks for all responses in advance.
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.