User Profile

Collapse

Profile Sidebar

Collapse
binui
binui
Last Activity: Jul 21 '10, 05:11 AM
Joined: Feb 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • how to display events from google calendar to my HTML website homepage

    Hi,

    I'm trying to create a website where there is a menu -events . I'm using google calendar for this and once any event is entered into the calendar, I would like to display those events in my website homepage under the section 'Upcoming Events'. Is there any way to achieve this?

    Thanks
    See more | Go to post

  • binui
    replied to Help with Access 2007 Event
    First of all, thanks for your reply. I solved the problem by specifying a query in the row source property of "line" which displays lines based on the facility, instead of writing code in an event and it is working fine. The data is being displayed correctly even when i am looking back at the records before saving them..

    Once again thanks for your input.
    See more | Go to post

    Leave a comment:


  • binui
    started a topic Help with Access 2007 Event

    Help with Access 2007 Event

    I have a data entry form in which there are two synchronized combo boxes - facility and line. Facility is a read only field and the data comes from a global variable which i had set while the user selects their respective facility button on the main form. Based on the facility, line combo box will be displayed (i wrote the code in the "on current" event).
    I usually enter 4-5 records and then save them together. Records were saved...
    See more | Go to post

  • binui
    replied to Question on Date format
    Thank you so much. This served my purpose.
    See more | Go to post

    Leave a comment:


  • binui
    started a topic Question on Date format

    Question on Date format

    Hi,
    I have a field month (datatype number) in my table and I want to display the month in words. I wrote:

    select Format(Month,"m mmm") as month from mytable;

    But it gives Dec for 1, Jan for 2 and so on.Please advice me on this. Thank you
    See more | Go to post

  • binui
    replied to Problem with Cross join in Access 2007
    Hi Stewart,

    Thanks for the reply. Ofcourse, the field Name and syntax were creating the problem . I went through the query meticulously for couple of hours and came out with the desired result. Once again thanks for your advice.

    Binu
    See more | Go to post

    Leave a comment:


  • binui
    started a topic Problem with Cross join in Access 2007

    Problem with Cross join in Access 2007

    I have a table with fields facility,shift, line,date,No; of Items of size <7mm.

    I've to write a query to display the total no:of items having size <7mm in each line of a particular shift, of a facility for each month.

    I'm using cross join so that all the lines operating in a particular shift should be displayed even if there is no production of that item in a line for that particular month.It should just display...
    See more | Go to post
No activity results to display
Show More
Working...