Viewing 15 posts - 301 through 315 (of 542 total)
ChrisM@home (2/6/2012)
pwalter83 (2/6/2012)
I need to use the split function to display values separated by comma(,). However, the problem I am facing is that the values itself are separated by space....
February 6, 2012 at 6:58 am
J Livingston SQL (1/23/2012)
pwalter83 (1/23/2012)
J Livingston SQL (1/23/2012)
Click "Create" on the top menu bar/ribbon....select "Table"
Thanks for your reply, however, I do not want to create a new table from scratch....
January 23, 2012 at 8:45 am
Sean Lange (1/23/2012)
pwalter83 (1/23/2012)
I am new to MS Access (2007) and have a requirement to add an existing table to MS- Access database. There are 4 tables already associated with...
January 23, 2012 at 8:21 am
J Livingston SQL (1/23/2012)
Click "Create" on the top menu bar/ribbon....select "Table"
Thanks for your reply, however, I do not want to create a new table from scratch. I only wish to...
January 23, 2012 at 8:18 am
Ninja's_RGR'us (12/20/2011)
Then tweak the dlookup. Not sure enough of the syntax to help you out here.
Well, that is the only problem and the reason for my query. This is...
December 20, 2011 at 9:22 am
Ninja's_RGR'us (12/20/2011)
You still have those values in the combobox right? Just get them there with the column index and you'll be fine.
I didnt understand you, I cannot bring the...
December 20, 2011 at 8:58 am
Ninja's_RGR'us (12/20/2011)
Wrong object, correct event.
Hi Ninja,
Thanks, I was able to find out the correct syntax but this still doesnt work and gives an error- #Name?
I am trying to autopopulate a...
December 20, 2011 at 8:20 am
ProofOfLife (12/19/2011)
I am comfortable using VBA, so my solution would be to add an AfterUpdate event on the LINE_CD control with something simple like a DLookup, using it to...
December 20, 2011 at 3:19 am
Ninja's_RGR'us (12/19/2011)
Then check the combo's event. I think it's in the afterupdate that you need to do this but I'm not 100% certain
In vba the code will look like
me.text1...
December 19, 2011 at 6:45 am
Ninja's_RGR'us (12/19/2011)
So...
December 19, 2011 at 5:06 am
Ninja's_RGR'us (12/16/2011)
December 19, 2011 at 3:27 am
Ninja's_RGR'us (12/16/2011)
Keep in...
December 16, 2011 at 9:53 am
Ninja's_RGR'us (12/16/2011)
try redoing the combo alone on a brand new blank form.So is it access or sql server (as the datastore)?
I am using sql as the data source. The values...
December 16, 2011 at 9:17 am
Ninja's_RGR'us (12/16/2011)
If the latter you can run a trace to see what access is sending to sql server.
If the former, go step by...
December 16, 2011 at 8:53 am
Ninja's_RGR'us (12/16/2011)
This is for 2007, but it hasn't really changed since 97.
I did what you told me and created a query and when I run it int he query builder...
December 16, 2011 at 8:32 am
Viewing 15 posts - 301 through 315 (of 542 total)