Search results

  1. P

    Front End Back End

    As soon as I split my access database I start having problems. I have ONLY the tables in the backend which sits on my server and the Front end i'd like to deploy to the user terminals Problem: I have several forms with subforms, but they seem to be having problems accessing the data cause...
  2. P

    Mde Error!!! Any Other Way To Secure Db Objects?

    Im unable to create an MDE file, access keeps trying and then saying that its unable to create MDE.//// Is there any other way that I can secure both my codes, forms, modules and macros from being imported into another database since I cant create the MDE file?
  3. P

    Locating a backend and automatically creating the links for link tables

    Is there a way to just select like through a find dialog box, the location of a databases backend location and just automatically create all the links for the link tables... The reason Im asking, is my boss wants the database to be on his laptop in the event that the network is down, and also...
  4. P

    Can I remain in IT and be a Lawyer????

    Growing up I've always wanted to be a lawyer.... I think it mostly was the fascination with the written word and those movies with the moving speeches that got to me, and although Im okay at verbal delivery I choose IT. Almost finished my IT major in universary now but i think im at a dangerous...
  5. P

    DoCmd.GoToRecord , , acNewRec

    i have a listbox that manipulates records on another form but in case i click on one of the records in the listbox that doesnt have any corresponding record in the other form then instead of it saying that it cant locate the record i would like the form to go to a new record.... i've been...
  6. P

    filter listbox by listbox

    How do I filter A listbox by another listbox.. Just a hint plz. i really need some help on figuring out how to filter one set of records in one listbox based on other vales selected in another listox... i know how use a combo box and cascade a listbox bt im having a bit of difficulty getting...
  7. P

    Font?

    i checked the tools > options > datasheet > and where im supposed to see my font, i have no font there or see any in the font listing.... my tables look blank but i checked the database on another computer and the data is still there... can anyone please at least drop me a hint as to what may...
  8. P

    Monthly Invoice

    Hi, I have Three tables the first is a ContractTable the second is a Monthly Invoice Details Table and the third is a Detailed Payments table Contract 1 -> Many Monthly Invoice 1 -> Many Detailed Payments what I would like to do is ensure that there arent any duplicated Months for a Contract...
  9. P

    Correct Picture to each record in Continuous Form

    Hi Good-Morning (its morning here in Jamaica) (Whatever time of day it is where ever it is that you great minds are in this beautiful world we live)... I created a form and used an image control with a filepathfield that is stored in my table,... that works well as far as displaying the...
  10. P

    Subform windows linking

    I found a very useful calendar example on this forum that allows you to use it much like a diary/event scheduler.. when you click in a particular listbox that represents the day, the event that you clicked opens up a pop up form with the information displayed.. I've integrated it as a part of a...
  11. P

    Filter

    Im attaching a picture of the problem im having... One the form that im using I have a subform that is filtered to show all data (which is packages selected for a particular cable box) relating to one Client... The problem is that although it already is filtered as a subform to show data for...
  12. P

    Snapshot Viewer; Report preview and filter

    Im trying to display a report in the snapshot viewer object that i placed on a form, the thing is that im having a problem filtering and applying the filter fields that i used to the actual report in the window. Im having problems referring to the object, can someone help with like the syntax...
  13. P

    Samples Demonstrating List n Combo Boxes

    NONE OF THESE BELONG TO ME; (this is a disclaimer so that others who see THEIR work here doesnt think im taking ANY credit for this) I think its fair to say im eternally thankful to those who have been unselfish.
  14. P

    Using TreeView; Orignally posted by others

    Here are some TreeVieew Samples. I found these to be extremely useful
  15. P

    More Examples; Before Site Hack

    These are some more files
  16. P

    Old Examples; Before Site Hack

    Im not sure how much of this stuff has already been reposted but im just putting these up since I found them on my harddrive and since some "puprose-less" mind had nothing better to do that slow down the wheels of progress. NONE ARE MINE; the owners knwo themselves. By the way, thanks to all...
  17. P

    requery another form when pop up Unloads

    i tried this DoCmd.Requery ([frmpcinfo.AssignedBadge]) somehow that doesnt work. all i wana do is requery a combo (assignedbadge) on the form (frmpcinfo) when the pop up form unloads/. please assist :confused:
  18. P

    Multiple Subform Causing SLOW loading

    Hey firstly im at the end of the project ive spent months on and thats a MIS datase software. with all the bits and pieces and expert advise ive managed to learn a whole lot of things through this forum. This is the problem i am having though; i have a form that has two subforms embedded and...
  19. P

    Listbox Multiselection

    I would like to execute an update query on a set of "selected" values in a listbox that i have (which happens to be filtered by a combo box) but i dont know what to type like codes to get the action to ONLY be executed on the selected values in the listbox. Please help
  20. P

    Disable fields based on value selected in Combo box

    i want to be able to select a phrase from a combo box and when that particular phrase is selected then some fields in particular become disabled.
Top Bottom