Format

Jan 21, 2008

I am having difficulties converting a chart/form to from 97 to 2003.

I keep getting "Undifiend function 'Format' in expression."

The query behind the form is

SELECT (Format([Dated],"MMM 'YY")),Count(*) AS [Count] FROM [apps set up] GROUP BY (Year([Dated])*12 + Month([Dated])-1),(Format([Dated],"MMM 'YY"));

Any ideas why?

View Replies


ADVERTISEMENT

Forms :: Assign Field With Special Format Based On Date / Time Format

Feb 17, 2014

I wanted to assign the field "Number of magazine" with special format based on date/time format but showing only year and month in the format: "yyyy-mm".

So in property of this field in format I put yyyy-mm and in input mask I type 0000-00;;-

I also created the form based on the table containing above field and I defined format and input mask for corresponding formant in the same way like at the table.

But if I try to type date for example 2014-01 in text box of the form it comes up with the full date 2014-01-01. Why does it do like this? What do I do incorrectly?

View 2 Replies View Related

Forms :: Date Format To Fiscal Week Format

Jul 30, 2013

I have a list of dates in the mm/dd/yyyy format and I am looking to get it into the fiscal format of yyyyww. I am able to do this with the datepart and format functions, but I need to make it so that the fiscal month begins in January but the first week starts if there are three or more days in the week. For instance if Jan 1st is a Friday then this stands as the first fiscal week, if it is a Saturday then it does not count as the first week.

datepart and format functions have the Use the first week in the year that has at least 4 days for the firstweekofyear option but I need it where it has at least three to make it work.

View 2 Replies View Related

General :: How To Format The Text Using Format Function

Jul 7, 2015

I want to format the text using format function. how i format the word apple to "apple" (With Quatation mark).

str = Format(Me.word, xxxx)

View 3 Replies View Related

Number Format To General Format

May 4, 2012

I am exporting data from access 2007 to Excel 2007 using VBA code. I have a whole number, which I want displayed as whole number. But after the export, the number is using the 1000's seperator in Excel. So for example if my original number in access table is 12000, it is showing up as 12,000 in the excel file.It has something to do with the NumberFormat property. I have tried doing this but doesn't work.

objSheet.Range("A1:A7").NumberFormat = "General"

View 2 Replies View Related

PDF Format For Email Attachments Which Are In SNP Format

Mar 2, 2012

We're using Access 2010 on Windows 7.We have a large database design where we send reports as e-mail attachments. We need to change the way the file is automatically created when sent. I goes to snapshot form every time we attach it to an e-mail. How can we get rid of the snapshot .snp file format? How can we change it to pdf or accbd?

View 3 Replies View Related

Format

Apr 18, 2006

I'm trying to use Conditional Formatting Options on a Text box called "Date". I'd like that this box become Red if its value is between value1 from Text box "Start Date" and value2 from Text box "End Date" or Green otherwise (in this way the color change dynamically every time I change the values of Text Boxes "Start Date " and "End Date"). How can I do that? What I need to type in the Conditional Formatting Windows?

Is there any other way to do that without using Conditional Formatting?

View 1 Replies View Related

ID Format

Jun 21, 2005

I really forgot how to do this, how can I change the format of my ID, I have set it up as autonumber and I need to view as

For Example

ACA001
ACA002 etc

The way I have it now is just simple plain numbers 1,2,3,4,5..etc

Thanks.

View 5 Replies View Related

SSN Format

Jul 22, 2005

I have tried various suggestions posted, but still can't seem to get the result I need. I have a field I have to import to a database, SS (Social Security Number). In the database I am exporting from, it is text and does not use leading zeros. In the database I am importing into, it must have leading zeros and be in the format 123-45-6789 as a text field. I have tried input masks, formats, etc but still can't seem to make it work. I do not want to add zeros to fields that have the beginning three digits, or add too many zeros to the fields having two of the three digits. Any help would be appreciated.

View 4 Replies View Related

Format Now()

Dec 11, 2007

I have a query where I extract today's date and time using now() but need the extracted file to display the date/time as YYYY-MM-DD HH:MM:SS

View 4 Replies View Related

RTF Format

Sep 26, 2005

After I send the file using RTF format, I open the file, the border line cannot be transfer there. But, the report can show borderline. After transferring, the borderline cannot show.

How can I transfer borderline and the image?

View 1 Replies View Related

Calendar Format On DAP?

Aug 3, 2005

Hi,

I've created a database to keep track of schedules, and have created a report that displays like a calendar.

Similar to Pat's example here
http://www.google.com/url?sa=D&q=http://www.access-programmers.co.uk/forums/showpost.php%3Fp%3D288791%26postcount%3D17

What I would like to do now, is create a DAP that will display in a similar format. But because the report uses subreports, it doesn't just tranfer over.

Does anyone have any ideas on how to create a simlar calendar format, within a DAP?

We want to use this on our intranet, so everyone can see each others schedules, and this is the only thing left I have to do. I just can't seem to get anything to work.

thanks
Chris.

View 2 Replies View Related

Combo Box Format

Nov 21, 2005

I have a problem with one of my combo box. The format setting of the combo box doesn't change anything to the way I see my data. The row source is based on a query of which the 'data sheet view' shows my field with three decimal number. Whatever setting I change on my combo boxe parameter, the data in the list are always shown with 2 decimals. What can i do to view my data with 3 decimals?

View 13 Replies View Related

Time Format

Feb 24, 2006

I have this code for an excel file in vba, strDate = Format(Date, "mm-dd-yy") & " " & " at " & Format(Time, "h-mm-ss").

I'm trying to put colons ":" instead of the dashs "-" for the time but I get a debug error, is there any way I can make it work, or am i stuck with dashes. Thanks.

View 4 Replies View Related

Date Format

Apr 2, 2006

The date format from one of my access tables is as follows:

11051977
9101978

and I need to amend to following formats within my select query:

11/05/1977
09/10/1978

I have tried using formula:

Date of Birth: DateValue(Mid([DOB],7,2) & "/" & Mid([DOB],5,2) & "/" & Mid([DOB],1,4))

that results in an #Error messages

Can anyone help?

Thanks

View 8 Replies View Related

.iif (Quickbooks) Format

Aug 3, 2006

Does anyone know of a module that will take the results of an Access query and convert them for export into a .iif file that can easily be imported into Quickbooks?

I would imagine that if someone developed something like this, that it would be very useful to any Access developer who creates applications that involve invoicing.

Thanks in advance

SHADOW

View 7 Replies View Related

Converting Format

Sep 1, 2006

Hi All

A simple problem no doubt!

I am trying to convert my Works database into an Access dB (which I have just bought). I cannot find any help on this anywhere?

Any help will be much appreciated

Thanks

Paul

View 3 Replies View Related

Report Format

Oct 31, 2006

I have a database that tracks client contact and I have a report that I want to print that shows all the contact a rep has had with the client. I enter the start and end dates I want and the reps name and when I run the report its listed in date order so I might have Jane Doe - 10/1/06 then Jack Jones - 10/2/06 then Jane Doe - 10/3/06 (again) I want Jane Doe - 10/1/06 , 10/3/06 then Jack Jones - 10/2/06 and so on. I'm pulling the information from a query and when I run the query it displays it properly with all the Jane Doe records together but when I run the report is sorted by date. I am in the process of redoing this database and it's on the new one this happens on the old database it works like it's supposed to when I print/view the report.Any thoughts on where to check?Thanks,Rick

View 7 Replies View Related

Date Format

Nov 1, 2006

Hello

Can someone help format the date correctly? I'm currently linking a flat file in access and then creating a table afterwards. The date comes in the following format below:

i.e. 30102006 - txt type

I wanted the date to look like - mm/dd/yy. Thanks for the help.

View 6 Replies View Related

Using Format Function

Feb 20, 2007

i use the format function to display month, here is the code below:


Format(MthInput, "mmmm")

however, whatever MthInput value is used say 1,2,3...
the month display will always either be december or january why is this so?

i want it to be 1 -> january
2 -> feburary
:
:
12 -> december

did i use the format function correctly?

View 5 Replies View Related

Date Format

Feb 24, 2007

I have a date field in my table and my computer date is set as a custom long date, if I enter 24/2/07 in my date field when I press enter and move to the next field it is displayed as Saturday 24 February 2007 but when I select the date field again it reverts back to 24/2/07. I include the date field in a merge with a word document and would like the date displayed as Saturday 24 February 2007, but the merge is displayed as 24/2/07. Can anyone help with how to merge the date as Saturday 24 February 2007?

View 4 Replies View Related

Format Percent

Jun 11, 2007

Hey i have a percent field in a query which displays correctly in the datasheet view, but when make the report the percent is just a long row of numbers :confused:

anyone got any suggestions? would be greatly appreciated

View 1 Replies View Related

Date Format SQL

Aug 30, 2007

Hello,

I have two pc's, both with Windows XP SP2 and Office 2003 SP2 (dutch) and the same input locales. I made a program in Access (connected to a MS SQL Server) where dates are stored. Now I want to built a report with a daterange. Because of the dateformat in SQL I made a function to convert the date because they enter it in Dutch format. The function is:

Function DatumSQL(datDatum As Date) As String
DatumSQL = "#" & Format(datDatum, "mm") & "-" & Format(datDatum, "dd") & "-" & Format(datDatum, "yyyy") & "#"
End Function

This works great on computer 1. But not on computer 2. On the second computer the date is converted again. When I don't use the function it works fine on computer 2 but not anymore on computer 1.
I searched for differences and found that on computer 1 the files in the map C:Program FilesCommon filesSystemado are from 3-8-2004 and on computer 2 they are from 2-3-2006.

How can this happen? And what is the solution?

I hope someone can help me.

Thanks in advance.

Benno

View 4 Replies View Related

Format Field

Jan 25, 2008

Hi,

I have this code which makes all the data displayed on the form in this respective field capital letters e.g John will be displayed as JOHN and saved as so.

However, what i want to do is only make the first letter as John not JOHN. How can I change the code?

Me.surname_forename = UCase(Me.surname_forename)

Thanks

View 5 Replies View Related

Format NOW() Function

Feb 22, 2008

Hi,
In my database I have feild for date and the default value of it is taken from know function so the date in the feild is showing 22-feb-08 21:55 but I want it to be in dd-mm-yy hh:mm. I tried to used this format in the table but whenever I click on the feild the date shows in 22-feb-08 21:55 format so how I can keep it as dd-mm-yy hh:mm perminent.

View 4 Replies View Related

Date Format

Apr 4, 2008

I have a date field with a format of 'Short - dd/mm/yyyy'. All of the data stored in that field is in that format.

I have a listbox that displays all those dates. I select a date, then click on a button to filter the form by the date selected. Here is my code that fires on the cmd_Click event:

Forms!frmPondSampling.Filter = "RPID = " & Me.cboPondID & " AND Date = #" & Me.lstDate & "#"

Forms!frmPondSampling.FilterOn = True

This works for dates where the dd is more than 12, but it wo't work when the dd is less than 12. I'm assuming it is getting the dd and mm mixed up, but all my data is correct and matches the field type.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved