Search results

  1. K

    Graphic Program

    I have developed links in my database, so when pressed it will take you to a particular graphic. My problem is, most of the graphics were developed in MGI PhotoSuite and when the graphic is selected, PhotoSuite opens to display the graphic. I have selected the graphic in the file, right clicked...
  2. K

    Copying Records

    ghudson, thanks for the info, I will try it. kevsim :)
  3. K

    Copying Records

    Travis, Thanks for the info, I will try it out. kevsim
  4. K

    Copying Records

    I have a database where some of the records are very near the same as other records and it can be quite tedious when inserting the data. To save time when typing in a new record, I choose a record close to the one I want to type in, then press a command button for the data to be copied in the...
  5. K

    Checkng For Broken Links

    I am working on a database with 6 tables, where broken links are showing up. This would be where the continuation of data input has been aborted. Is there a way within Access 2000, where a check can be made for broken (or incomplete links) and be repaired or reported to correct the problem? If...
  6. K

    Form Detail Missing In Form View

    boblarson, I thank you for the information, however I have solved the problem, it was my own stupidity. I had added a table to my query and did not go back and check if all was OK. I have now removed the table and all is OK. Once more, thank's for the info. kevsim
  7. K

    Form Detail Missing In Form View

    I am a litle desperate, I am not sure what I have done, my problem is as follows- I have a large form, it views correctly in "Design View", however when I switch to "Form View" the form header is there but the contents of the Detail is missing, I switch again to Design View, all is still there...
  8. K

    Form - Free Text Search

    Afloyd, thank you for the info, I am still a little lost on setting up the controls and code, I may not have explained fully, the full explanation is as follows - I have a form based on a query. At present I search for records using 4 combo boxes, I select data in the first box, from my...
  9. K

    Form - Free Text Search

    Kevsim I have a form based on a query. How do I go about setting up a "Free Text" search function for one or more fields on the form. Do I need a dropbox to select the field I require to search? I would require to view all results of the search and what controls are necessary and the coding...
  10. K

    Updating Table With Dummy Combo Box

    I have several tables, when I want to check if a record exists in a particular table before making any updates or additions, I select an item from table 1 with a combo box, (combo 1), then select the item from table 2 with (combo 2) that matches from combo1 and so on. These combo boxes are not...
  11. K

    Unable To Change Image Format

    Tim K. Thank you for the reply. I had alredy done the first part, where you change the properties of the graphic and when I tried this while in Windows Explorer it worked OK, the Imaging program always opened the file. When in Access when I used Object Insert and Link, the graphic always opened...
  12. K

    Unable To Change Image Format

    I want to place an image in a form, while in Windows Explorer I set the image to open with “Imaging” (Start/Accessories/ Imaging) and when I click the image it opens with that program OK. When I bring the image into the database with Insert Object, Create From File and then Linking, it will only...
  13. K

    Updating Data Between Form Controls

    I have 2 forms, Form “A” and Form “B”. I Update data in Form “A” while Form “B” is closed, when I open Form “B” all the updated data is in the controls. If I try to update the data in Form “A” while Form “B” is open, the data does not appear in the controls of Form “B”. I add the following code...
Back
Top Bottom