o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Help on: Access 97, is there anyway to have just a Date datatype instead of Date/Time -

Please reply as soon as you can, hope someone has the solution.

Good morning, is there anyway to patch or installe a plug-in or something into Access 97 so that it can have a Date only data type and not Date/Time. I need only the Date because if I use Date/Time and export a recordset with Date to Excel, the Excel will diaply the date and 0:00 which is the time. I only need for users to export the Date only.

Suggestions are welcomed. Any recommendation of site which speciliazes on VB6 with Excel (specializations is the best).


God bless,
Alvin

 

Date Converstion problem in Access....STRANGE -
I have a field in Access called Date, the datatype for which currently is text. When I change the datatype to Date/Time it changes all the dates...An example, currently the date in one of the row is: 24/11/01 once changing the data type it becomes, 01/11/2024 Any idea how can I


Help on: Access 97, is there anyway to have just a Date datatype instead of Date/Time -
Please reply as soon as you can, hope someone has the solution. Good morning, is there anyway to patch or installe a plug-in or something into Access 97 so that it can have a Date only data type and not Date/Time. I need only the Date because if I use Date/Time and export a recordse


parameter (Date) -
hi everybody.. i'm used an access and Crystal Report 8.5. datatype for Date in Access=Date/Time In Crystal Report, i've set parameter for date.Of course the format is Date and Time. {dte_claiming.date} in {?Date} to {?Date To} How if i just want to show date only (Dont wan


Ordering by date in Access date/time field -
I have a column in an access database that is a date/time datatype. How can I sort my recordset by just the DATE (mm/dd/yy) part of the item?


Problem with textfield cannot empty -
hi everybody.. i'm always facing with this problem.I set datatype for date = date/time in access. But during runtime i must fill up the textfield for date.if not an error will appeared (Type mismatch). i know this is because i'm set date in date/time in Access.So theres any idea


VB.NET with Access 2002 -
Hi All, I need some help with my programming assignment. I used VB.NET database wizard to generate a data form. The problem is that when I set the data type in MS Access to Date/Time and select the format to be Short Date. The data form generated by VB.NET will show the date as a Ge


(Date) to (Long) seconds since GMT 1/1/1970 -
I want to make a function that will convert from a DATE/TIME datatype to a LONG datatype containing the number of seconds from 1-January-1970 to the supplied date. The trick is that the seconds must always reflect seconds in GMT and the Date supplied may be from a different part o


dataType date/Time in SQL -
Hi Y'all, How can I specify a datatype Date/Time ShortDate and ShortTime? I am creating a table with 2 fields and they should have these datatypes. Can someone show me a SQL statement to do this????? HELP me......


How to deal with date safely -
hi friends, Can anybody tell me how to play with date datatype more safely. I'm using Access data base with VB 6.0. I'm getting syntax error while trying to insert date fields into the database.... Thanks for your time... Rajesh Joy


SQL Syntax URGENT -
Hi all, I have an access table and one of the field is entrydate (date and time is the datatype) field. I have customer id also. For everyday transaction I need to know whether the customer is calling for second time. I created query select * from [table name] where customer_id = '&quo


time problem in database / dataset -
i want to just save time (hour and minute) in database. if i take date/time field in Access db or in XML then it is taking compelete date and time value (predefined value for date). how to avoid this? actually i want to store a task start and end time. so the values should be only h


Help: Help on Access, how to make Date/Time to just Date -
Good morning, I just need the Date format on Access but the list of data tye only has Date/Time is there anyway to change ot just Date. I need to change it to date only because when I transfer a recorset to Excel, it inlcudes the time as well which is not needed. God bless, Alvin


Access and ADO.NET HELP! -
I am attempting to send a Date to a Date/Time field within an MS access database, however the time keeps getting cut off and only the date appears. Why is this? The Date/Time field is set to general date and the information i'm sending to the MS Acess through adding a record is a d


Date only from a date/time -
I have a date in my Access database that stores the date/time. However I need to get just the date. The reason is, I am doing a compare with another date, and it messes up when the time is on there. i.e. if i do 9/19/2002 <= 9/19/2002 3:34:43 PM it returns false when i want it


saving dates to ms access questoin -
Hi guys!! Im using date time picker(format = short) to select a date and i want to store the date into my MS access Date Field(Data Type = Date/TIme). When i tried to save it, there is an error saving the date field. I don't know why buy i think the problem is the date time picker c


VB6 - Validating Date Fields -
Dev Environment: VB6 Code on MS Access2000 DB on win2K I have two Date fields on my MS Access Form ie Date A and Date B.At any given time ,Date B must be greater than Date A.Date A is entered first then Date B follows.These dates are entered using a Calendar button with a command to


Date Type with VB and Access -
I want to take an inputted date from a text box, convert it to a date datatype then send it to my access database. The data type of the Access field was text and then date, both of which didnt record the correct figures. My program is sending the data to the db but it is capture


Access - date and time in textbox -
This is probably simple, but how do i format the date to show date and time in a textbox? Unbound textbox on form set to =Now() But I want the format "Monday 30 May, 2005, 12:15 pm" if possible. Basically adding Long Date and Medium Time together. I could do a seper


date datatype -
I have string "5/1/2006 6:00:00:AM". How can I convert it to date? every time I try to use date function such as isdate or cdate it gives me type mismatch.


Date Datatype for SQL Server 2000 -
Hi! About SQL Server 2000, is there a DataType that contain only Date and not the whole Date and Time? Thanks. Hugo


time and date conversion***RESOLVED*** -
in access i have a date field set as date/time with a general setting in the property box under format. i noticed i can set the property to short date or short time i would like to view the date any way and the time in military when i run my VB application i can see the date and


Display time into Crystal Report -
Hi everybody I'm using VB4 and CR which come with it ( ver3, I guest ) . I'm using VB to call the report. My Database is in Access . I want to insert Time into my report from field with date/time datatype . Unfortunately only date appeared not time . how can I display time into


Date/Time -
Hi all, I'm using Access as my DB and ado stuff to access it, so far so good. I would like all the clients to use the date/time from the same machine when stamping things to avoid confusion... How? Ideally I'd like to use a stored procedure in Access so I don't *have* to have anyth


systime procedure -
CREATE OR REPLACE PROCEDURE TIME1(Y OUT DATE) IS BEGIN SELECT TO_CHAR(SYSDATE,'HH:MI;SS') INTO Y FROM DUAL; END; this procedure giving invalid month error because i have given date datatype,but i want know is there any datatype for "time" plaese anyb


Date/time problem, now in access!!! -
stupid of me to think that after all this time... the datetime problem would just go away... by itself. Now, i have a date related problem: since we dont use the us format, access is doing some weird things. i know this ins not 100% vb related, but this is my favorite forum. e


Filtering Access date/time with VB date in SQL -
Hi all I'm trying to select specific data from an Access database but I'm having trouble when using the Access 'date\time' type with the 'date' type in SQL. This is my code below. FlightDate and FlightTime are VB Date types, Bookings.Date and FlightNumbers.Departure are Date/Tim


Password to systems Date/Time -
I have made one programme in VB6 with Access as DB in which I am using sytem date/Time entered by itself whenever I am clicking on a button. But there can be manipulation of changing system date/time & then clicking the button. So, to avoid that I want to set password to Date/Time


format a time field in access db -
hi just wondering if anyone can help,,i have these old tables in access db and i have to use these tables as there is 17000 or so records of customers balances etc my problem is that for some reason when they were created the date and time fields were never formatted ie they were just


need help here...a small help -
hi, i have a slight problem, that is i only wan the date of today to be inserted into the access database i code date = Now ==>this gif me the date and time in the access database, but i only wan the date itself wifout the time. Ah Xing


Date Time Picker -
Has anyone found a good date time picker? I looked at some company's web sites and I didn't found any. The maskedit control (VB6) is giving me a lot of problem and the date time picker from VB6 is not the control I need neither. I'd need a date control that works well and is som


How to Convert to Date -
hi...i'm developing a windows application in vb.net in visual studio 2005. I have got a DataTime picker control from where the user of the system is allowed to select a Start Date of the Auction. However the DateTimepicker control does not show the current time or does not allow the us


*Resolved* Date Formats Access & SQL -
Hi, I have been reading different information on various sites, including this one regarding the use of different date formats within Access and SQL. I am currently migrating from MS Access to SQL Server 2000 and was wondering what the recommendations were for doing so : I am


Date/Time -
I can get the current date and time using DATE() and TIME(). They return 4/27/2006 for Date and 9:08:44 AM for Time. What I need to do is convert this to 4272006 for Date and 090844 for Time. The Time needs to be 24hr format. Any suggestions??


Inserting Date -
I would like to know how to use SQL to insert today's date in a table which contains a field Date of type DATE/TIME in an access database. Can you please give me a sample codes. thank you.


retrieve date datatype -
'm still confuse.. here is my data at dbase field-------------datatype--------length------------format --------------------------------------------------------------------------- date_enter----date/time---------------------------dd - mm - yyyy time_enter----date/time----------


DATE issue.... -
language: VB6 database: MS ACCESS 2000 AMERICAN short date format: M/d/yyyy INDIAN short date format: d/M/yyyy........(intended format) i have an mdb table with 2 fields: SignIn DATE & TIME in DATE/TIME format now in vb, u must be knowing that its stored in the US form


Run-time error -
Hi all, I am getting a run-time error when running a query on a form when I ask it to return all dates from a table where the date in the "date field" falls between the two date values supplied by the user. The error only occurs from time to time therefor its got me stumped


Cannot transfer date datatype from SQL Server to MS FlexGrid -
Hi Guys! Why is it that I cannot transfer a Date datatype to my MSFlexGrid? How will I deal with this? Please help me. Thank you. Regards, BarberCut


How do i manage DATE in a SQL statment -
hello, OK im running SQL server 7. im running this sql statement select id from poll_log where ldate > '#3/4/2001 5:47:24 PM#' NOW this used to work in access but since i have converted to SQL it now pulls an error. What format or how can u now call for fields that ar


data & time seperation from single field -
hi to one & all! iam working with date & time feature related to my application. iam need(please!!!) help from u experts. let me explain u what iam trying to achive . first iam takeing date & time & storeing it into single field (type:date&time) in access data