Why Is This Happening?
Oct 15, 2004
I've created a shared database to track customer requests. Every once
in a while, I get a record that is populated with what looks like Asian font.
I'm unable to delete these records if this occurs. Does anyone know why
this happens and what I can do to fix this?
View Replies
Jul 5, 2005
I am attempting to use a combobox to fill several other unbound textboxes on a form. The syntax I am using is simple,
(SAMPLE)
Private Sub Combo48_AfterUpdate()
Me.SSN1 = Me.Combo48.Column(0)
Me.Rank1 = Me.Combo48.Column(7)
End Sub
This command is based off a query I set up combining 2 main tables. The problem is it only seems to be working for column (0) and (1), anything above that and I just keep coming up blank. Is there a better way to do this or does anyone know what may be limiting the above command from displaying any column above (1)?
Thanks
Narack
View 2 Replies
View Related
Dec 6, 2006
Hello,
I have simple invoice database, tyhe old one I made works fine, trying to make a newone always simple but now Access is not helping me for some reason,,,, Can you look at this? I create an invoice form using wizzard i join invoices and invoices details to it and from there I create my Invoive form that has the invoice info and the details.... I change some stuff for looks and easyness... Mostly change text boxes to combo boxes... I did this in office 2003 and had the same results than in office 2002, Why dont know... Once I create the invoice from and change the text boxes combos and ofcourse set everything else, once I pick a product from the detail form I get the product but I dont get its price. Now on my other older database made excatly the same way it works!!!! WHY IIIIIIII DONT KNOW!!! please help me:(
I have attached both db so you can look at them!!!
Thanks
View 2 Replies
View Related
Nov 3, 2005
I've got a database, which has been working fine for the last 6 months, it's nt spectacularly large, or complex (abotu 10mb, 15 tables, (5 of which are lookups), about 20 forms, 40 reports, and 30 or so queries).
I've tried to add a new query today, again nothing special:
all comes from one table:
column 1 - group by
column 2 - max
column 3 - if = "No"
column 4 is an expression: iif (a=1,col_a,iif(a=2,col_b,iif(a=3,col_c, .... ))) and so on for 8 col_*'s
The query creates happily enough, and is viewable.
When I try to save it, access shuts down completely with no warnings.
creating the query apart from the last column, saving it then works, but on adding the final column the database shuts down every time.
any ideas? I'm at a loss on this.
Cheers
Kev
View 2 Replies
View Related