How can i delete a columns worth of hyperlinks and graphics.THe problem is that each shape has its own shape name ("picture x").
I wrote a simple macro
Sub A_Hyper()
'
' A_Hyper Macro
'
ActiveSheet.Shapes("Picture 4").Select
Selection.ShapeRange.Item(1).Hyperlink.Delete...
Is it possible to create a switchboard that will launch several options to open a database.
I have 3 databases that i want to link to one switchboard. Based on the choice made a particular database would open
I have a form with the following fields: Name, location, date.All are required fields.
Location properties include row source type = Table/Query and limited to list . I created another subform for the user to create a new location via add new record. but i ocasionally get "the database can not...
As admin of a shared database i would like to make changes without getting the "You do not have exclusive access to the database at this time. If you proceed to make changes, you may not be able to save them later" message.
So far if i want to make changes i need to get arrive at work at about...
Can i use the dlookup() feature on a form?
I would base the dlookup on the result of field on the form. This form will of course feed a table.
The table "Vendor List" includes both fields "Vendor Name" and "Vendor Nbr".
THe form name is "Vendor-REp Info". The form has the following as Row...
I have a form that contains a combo box. This combo box displays 2 fields : 1) Vendor name 2) Vendor Number. User make the selection by name and the form stores value for vendor number in the database.
I actually need both fields to store in the database. Can this be done within a combo box...
i have a switchboard, with several forms and no buttons for reports. i would like to have buttons for reports for certain users only. Can i have buttons appears based on specific users?
I have a form that includes a field that has trhe following propoerties SELECT [Vendor].[Vendor Name], [Vendor].[Vendor Nbr] FROM Vendor ORDER BY [Vendor].[Vendor Name];
How can i the the vendor nbr to populate a field called vendor number based on the selection of vendor name
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.