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 strongm 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. Minkers

    Flash and a CMS

    Is there a Free CMS that has flash as the front for it? I want to have a CMS backend so that the flash site is very easy to update, but I am having trouble finding one that looks like anything other than a CMS. What I want it to do is pull up content from PHP generated pages in my flash site...
  2. Minkers

    Flash And PHP

    Where can I find a good detailed tutorial that can tell me how to use flash and php? I want to integrate many of the features that a CMS would have into my flash site, but I am not sure how. Please help! Minkers
  3. Minkers

    Batch Install File

    Is it possible to use the batch file to copy a file from a server location? It is an autoupdater mdb that will go on the desktop, and the Front End mdb and mousehook.dll that will go in C:\ECNDATABASE\ Thank you much!
  4. Minkers

    Batch Install File

    I am using an auto-updater to keep my FE current wihtout the user doing anything. I have the auto-updater (an mdb file) preconfigured, but I would now like to create a batch program to move the files over to the user's computer and then "Install" them, placing them in the right areas. Can this...
  5. Minkers

    Text box with two fields concatenated together

    This isn't quite as simple as putting something in the control. You would need to code the way it works. Create an unbound text box. In the Curren event of your form, put the code: Me.unboundcontrol.value= color & size This is a very rough idea how to do this, but it should get you what you...
  6. Minkers

    Multiselect Listbox Value error

    I have a listbox that when using code to find out what the value is, it shows correctly the values selected. I have a code running on that lisbox that runs a recordset command. The value of the listbox in the code is always wrong. It seems to be random what value the number will be. The...
  7. Minkers

    Recordset Problem

    I am having two problems with my recordset. Firstly, when I try to execute the code it tells me "Operation not allowed when this object is open" hilighting my Open command. Secondly, this is to create a new record in the table, but I don't know how to tell it to move to a new record. Will it...
  8. Minkers

    "Filter by Form" form

    Try this database from The Access Web (http://www.mvps.org/access/[/url]) which is in Access 97 format but runs well in 2000. I have similar code running in my database and find it works rather well. :) Minkers
  9. Minkers

    Referential Integrity

    From what I have read Opportunistic Locking might be the problem. Can this problem be circumvented by the Front End being on a user's computer and linking to a networked back end? This is how the setup will be eventually, but we have been accessing both files across the network since the...
  10. Minkers

    Referential Integrity

    I don't understand what you mean. I was there when he was filling out the form and have replicated the steps he took on my windows 2000 machine. I get the error when I am using his machine as well, but not using my windows 2000 machine. I have attempted to troubleshoot this as far as possible...
  11. Minkers

    creating a report based on multiple parameters from sp

    A dynamic Query seems to be what you need. I have a report based on a dynamic query myself, it works rather well and the users can leave spots blank if they wish. This Article should give you a start.
  12. Minkers

    Referential Integrity

    When my supervisor, on a Windows XP machine, enters data into my form he gets an error that the subform record cannot be created because there is no corresponding record in tblECN. This is after he has entered data into the main form. When I enter data to the same form, or my co-worker enters...
  13. Minkers

    VBA References Missing

    I will try that and let you know how it goes Randy. Thanks.
  14. Minkers

    Removing the Last Character in a string

    Thank you! That fixed it!
  15. Minkers

    Removing the Last Character in a string

    This did not work, I am getting the same string as before, with the comma still on the end. :(
  16. Minkers

    Removing the Last Character in a string

    I have a string that gets data from a table to display in a text box. The string is Value1, value2, value2, and so on, always ending with a comma. How do I removed the comma on the last one? I don't want to take it out of the string creation code as it needs it there, I just want to have a...
  17. Minkers

    VBA References Missing

    If you remove the references and re-add them it should have the forms working again. However if you find a way to set them in code, I am very interested in that.
  18. Minkers

    Setfocus on subsubform field

    If you haven't already, check out this FAQ: http://www.tek-tips.com/faqs.cfm?fid=964
  19. Minkers

    References

    All the computers on my network are going to be running XP soon. Is there a way to do this through code?
  20. Minkers

    References

    I cannot seem to get my windows XP computers to use my database as they are missing the FILEMGMT.dll reference. How can I fix that? Having them look for the reference did not work. :( TIA Mink

Part and Inventory Search

Back
Top