Search results

  1. josephbupe

    Creating a query for a crosstab query

    Hi, How do i create a dynamic query to query a crosstab query. I want my query to look like the one here: http://www.access-programmers.co.uk/forums/showthread.php?t=188663
  2. josephbupe

    Closing the index.html page with all frames

    Hi, I would like to close the page with all its frames by clicking a button in one of the frames and redirect me to another html page. How can i do this. Thanx. joseph
  3. josephbupe

    Question Storing images in a different location

    Hi Simon, Thank you, I will try your solution. How about your second option, do you view them in a treeview? I actually store the image location on the main form and use: GetPictureDir = Forms![Menu]![Image Directory] joseph
  4. josephbupe

    Question Storing images in a different location

    Hi, I found a sample of a database that stores images in a sub folder located within the same directory as the mdb project file. The code is as follows: 'setup new file name and appropriate DB subfolder relativePath = "\Persons_Images\" dbPath =...
  5. josephbupe

    Question Add to birth date

    Then we shall shift the post. Thanx. joseph
  6. josephbupe

    Question Add to birth date

    Hi Brighton, Thanx alot. It worked. joseph
  7. josephbupe

    Question Add to birth date

    Hi, How can i add a number of years (eg. 55) to the date of birth (eg. 28/08/1973) so that i can end up with a new year (eg. 28/08/2028) in another field? I am attempting to calculate the date of retirement. Regards. joseph
  8. josephbupe

    Question Retrieve only current office for personnel

    Hi Beetle, Thanxs alot. I have attached a copy. My intention is to link a subform whose record source will be based on the crosstab quiry and link it to the form Form1. I will appreciate your advise. Regards. joseph
  9. josephbupe

    Question Retrieve only current office for personnel

    I appreciate your response and advice. Could you kindly have a look at my table structures and relashionship and advise further. Thank you. joseph
  10. josephbupe

    Question Retrieve only current office for personnel

    I am creating a personnel database. The personnel are often transferred from one office to another in different divisions around the country. In the personnel details form, I have a subform with two cascaded combo boxes that for selecting Divisions and office of transfer, respectively. This...
  11. josephbupe

    Question Opening two forms together

    Hi Gemmar, I tried in the on current event, but the second form did not open: DoCmd.OpenForm "F_Wanted_Persons_Images"
  12. josephbupe

    Question Opening two forms together

    Hi, I have the OpenForm command in the main form that automatically opens second form when opened. However, the second form appears to open before the main form opens. I also tried to use the On time event but the flickering on the second form at a timer interval of 1000 is disturbing. How...
  13. josephbupe

    Question How to use filteron with a listbox

    Hi Brighton, It worked! Thanx alot. Stay well
  14. josephbupe

    Question How to use filteron with a listbox

    Hi, Please, how can I use the filteron property on a list box? I want to filter a listbox named "lstPersons" in a form "F_Wanted_Menu" based on what is typed in in a textbox on the same form. Initially, this worked well with a continuous form, which I have decided to replace with a list box...
  15. josephbupe

    Question Web Browser Control in form

    I would like to have a textbox where I type the name of the image and locate that image in the browser control. Thanx Jdraw
  16. josephbupe

    Question Very simple image viewer

    Hi, Does anyone know where I can get a very simple basic image viewer with option or facility to enter descriptions of the images. Something similar to the standard windows image viewer. I will appreciate. joseph
  17. josephbupe

    Question Web Browser Control in form

    Hi all, I am trying to adopt the web browser control here http://www.access-programmers.co.uk/forums/showthread.php?t=186183&highlight=multiple+images+in+form into my application. I am just wondering if there could be a way to filter images displayed in the control on the form. I will...
  18. josephbupe

    Question Type Mismatch In A Dcount Function

    Thank you jonathan.
  19. josephbupe

    Question Type Mismatch In A Dcount Function

    There was a mismatch error again
  20. josephbupe

    Question Type Mismatch In A Dcount Function

    You are right JANR. The text value is the second column of my cboVenue. Control source: CountryID Row Source: SELECT [T_Countries].[CountryID], [T_Countries].[Country] FROM T_Countries; Private Sub Form_BeforeInsert(Cancel As Integer) Dim strWhere As String strWhere = "[Programme Name] =...
Back
Top Bottom