Search results

  1. 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...
  2. P

    Shaped forms

    Does it work with reports? Thanks a million I added your little baby to several of my forms and immediately the whole thing looks like its just been given a birth into the world of my other programs. I mean seeing my database forms with my desktop behind it instead of the access environment is...
  3. P

    Shaped forms

    I like the idea. How is that done? Ive wanted to be able to run my forms without the access environment and this somehow shows that as a very real possibility.
  4. 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:
  5. 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...
  6. P

    Listbox Multiselection

    Would a line of code in the criteria section of the query that im running work? like something that specifies the form.listbox.selectedvalue,? and if that would work can someone assist me with the syntax/ \
  7. P

    Listbox Multiselection

    what im really trying to get to undesrstand is how to use the "Isselected" criteria, but the examples i see so far are hard for me to confgure to my needs/ I know how to do the mulitselect, i just dont know how to execute code on the values that have been selected/ I dont understand the how to...
  8. 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
  9. P

    Disable fields based on value selected in Combo box

    ok, i want the fields not only disabled, but their values returned to zero i want the disabled fields to have the value zero displayed in them anbd saved to the table. Please advise :)
  10. P

    Disable fields based on value selected in Combo box

    thanks as we in Jamaica would say Respect Mon, Di I Cool enu... bless.
  11. 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.
  12. P

    Multiplying from txtbox values

    ok 2 problems. #1. I have a bound field on my form called "salary" and a combo boox called "multiplier", which is unbound but dispalys two numbers for the user to select 1. i have a third text box bound named "amount" which should be the result of salary*multiplier. Salary is stored in a...
  13. P

    Calculation Problem

    Try this. go to the properties menu of both of the calculated field boxes on the two forms and set their default values to zero. that would allow access to add them even if they both are blank, as in zero, it would still have a value to add (0+0) as opposed to adding a number+a blank space...
  14. P

    Combine custom save button on subform with save button on main form

    I still want them to use MY custom save button :cool: SJ i understand what your saying about the child and the parent form being automaticaly updated but what the mouse trap example does is force the user to press the custom save button./ This is whati have done to my form. but as i said...
  15. P

    Splitting a concatenated name

    Seek: Finding Information :rolleyes: when i say seek i mean i will continue my "Quest" for the source of knowledge from which you Senior programmers seem to be "Access"ing all your knowledge :cool:
  16. P

    Combine custom save button on subform with save button on main form

    :confused: :confused: I used an example i saw on this site titled "A better mouse/rat trap" essentially it prevents the user from modifying records and exiting or going onto another record before the record is saved. The exaple has a save button on thhe main form and one on the subform. What...
  17. P

    Splitting a concatenated name

    ACCESS IS THE GREATEST "that ive seen" I WILL SEEK leo"the one" and thanks for the link you sent. So much for me thinking that i had to type the whole thing all over again. you did save me a whole lot of time. Now i can focus on some real programming By the way, Whats with the expression...
  18. P

    Splitting a concatenated name

    Yes they are, ive seen some of your replies leo. ru onto something/ they are written for example.. Bush, George
  19. P

    How to display certain things in a ListBox

    here's something that may help ;) i had a similar problem 2hrs ago and i found it in the sample downloads. try it and let me know if its similar to what you want to be able to do. if it is you could just follow the structure that it has and modify it according to your database.
  20. P

    Splitting a concatenated name

    someone asked me to work on an interface for some tables that they have already created and populated in access. thing is one of the tables they have has a field called name which has names stored in it. Both surname and firstname are stored in the SAAAMMMEEEE field. in the format...
Back
Top Bottom