Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rexrivas

    REmove Hyper links in excel 2000

    The Edit / Go To / Special / Objects work perfectly, it evens eliminates the links Thanks a gazillion
  2. rexrivas

    REmove Hyper links in excel 2000

    i want delete all shapes in column A along with their hyperlinks. column A currently contains Data, image(shape) and hyperlink. Alli need is the data
  3. rexrivas

    REmove Hyper links in excel 2000

    it's all in column A. THe shapes all seem to be picture, but each one has a unique name: picture 1 , picture 2 and so on.
  4. rexrivas

    REmove Hyper links in excel 2000

    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...
  5. rexrivas

    switchboard linked to several databases

    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
  6. rexrivas

    the database can not contain null value error

    Revised... 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 a macro tha twill close the form and launch the...
  7. rexrivas

    the database can not contain null value error

    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...
  8. rexrivas

    Have Exclusive access to a secured shared database

    I would send them a email advising that they would be "locked out", this would prevent an astrays in from logging in by mistake.
  9. rexrivas

    Have Exclusive access to a secured shared database

    Wouldn't be simpler for me to change the file name, from access database.mdb to access database-rex.mdb. Everybody shortcut is pointed to access database.mdb , so that way whe nthey try to open the database the file is not found. This would allow me to play in it exclusively until i am done...
  10. rexrivas

    Have Exclusive access to a secured shared database

    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...
  11. rexrivas

    Dlookup() and Forms

    sorry kjv, i am drawing a blank. i have a bad case of the mondays. How do i set up a variable?
  12. rexrivas

    Dlookup() and Forms

    made the recommended changes, table is not updated
  13. rexrivas

    Dlookup() and Forms

    No, under control source i have : =DLookUp("[Vendor Name]","[Vendor list]","[Vendor Nbr]='" & [Vendor Info] & "'") i guesss i shoiuld have this somewhere else
  14. rexrivas

    Dlookup() and Forms

    using the record selector at the bottom of the form. By clicking on next record button
  15. rexrivas

    Dlookup() and Forms

    PHV, I've used your code. it appeaers on the form, but when saved the Vednor Name field on the table is blank. i would like for the Vendor Name to appear on the table once the record has been saved. Any thoughts that can be helpful are greatly appreciated
  16. rexrivas

    Dlookup() and Forms

    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...
  17. rexrivas

    Combo Box - two values required for database

    cghoga, it works perfectly thanks very mucho
  18. rexrivas

    Combo Box - two values required for database

    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...
  19. rexrivas

    Different Switchboard for users

    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?
  20. rexrivas

    fill a field based upon the answer of another

    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

Part and Inventory Search

Back
Top