Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Reports
Report will not view - From number to text ?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="SpookiePower, post: 7806438"] I have a lot of customers in a tabel where the primary key is the customernumber and the field is of the type number (Long integer). My problem is that a customernumber can be up to 20 digit long, so I thought that I should change the type from number to text, so I did. My problem is now that when I want to show a report for the current customer using this code - strWhere = "[Customernumber] = " & Me.[Customernumber] DoCmd.OpenReport "raportArbejdsseddel", acViewPreview, , strWhere I gets an error. I think that it might have something to do with the change from number to text, but what can I do to get it to work ?? [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access Reports
Report will not view - From number to text ?
Top